increase number of supported PWM channels from 4 to 6

This commit is contained in:
ahb 2017-03-09 11:54:37 +01:00
parent f50072bd6b
commit 164546a65c
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ if PWM_MULTICHAN
config PWM_NCHANNELS
int "Number of Output Channels Per Timer"
default 1
range 1 4
range 1 6
---help---
Specifies the number of output channels per timer. Each timer
may support fewer output channels than this value.