drivers/timers/Kconfig: Increase PWM_NCHANNELS range to 1..16

This commit is contained in:
Antti Vähälummukka 2021-06-23 12:09:18 +03:00 committed by Alan Carvalho de Assis
parent 6eb73ced51
commit 3421a0be38

View File

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