From 164546a65ccc097be3e79079bca98c27c12095c3 Mon Sep 17 00:00:00 2001 From: ahb Date: Thu, 9 Mar 2017 11:54:37 +0100 Subject: [PATCH] increase number of supported PWM channels from 4 to 6 --- drivers/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/Kconfig b/drivers/Kconfig index 6dc2c875a8..00adcc8f17 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -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.