From 3421a0be38348493df51b891423f115ec434030b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20V=C3=A4h=C3=A4lummukka?= Date: Wed, 23 Jun 2021 12:09:18 +0300 Subject: [PATCH] drivers/timers/Kconfig: Increase PWM_NCHANNELS range to 1..16 --- drivers/timers/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/timers/Kconfig b/drivers/timers/Kconfig index fc8cb42ebc..62d2ce1d06 100644 --- a/drivers/timers/Kconfig +++ b/drivers/timers/Kconfig @@ -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.