diff options
Diffstat (limited to 'drivers/pwm')
-rw-r--r-- | drivers/pwm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 5227415f1855..0b2800fc1ca7 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | menuconfig PWM | 1 | menuconfig PWM |
2 | bool "PWM Support" | 2 | bool "PWM Support" |
3 | depends on !MACH_JZ4740 && !PUV3_PWM | ||
3 | help | 4 | help |
4 | This enables PWM support through the generic PWM framework. | 5 | This enables PWM support through the generic PWM framework. |
5 | You only need to enable this, if you also want to enable | 6 | You only need to enable this, if you also want to enable |