drivers/timers/Kconfig: Increase PWM_NCHANNELS range to 1..16
This commit is contained in:
parent
6eb73ced51
commit
3421a0be38
@ -45,7 +45,7 @@ if PWM_MULTICHAN
|
|||||||
config PWM_NCHANNELS
|
config PWM_NCHANNELS
|
||||||
int "Number of Output Channels Per Timer"
|
int "Number of Output Channels Per Timer"
|
||||||
default 1
|
default 1
|
||||||
range 1 6
|
range 1 16
|
||||||
---help---
|
---help---
|
||||||
Specifies the number of output channels per timer. Each timer
|
Specifies the number of output channels per timer. Each timer
|
||||||
may support fewer output channels than this value.
|
may support fewer output channels than this value.
|
||||||
|
Loading…
Reference in New Issue
Block a user