diff options
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig new file mode 100644 index 000000000000..93c1052291a3 --- /dev/null +++ b/drivers/pwm/Kconfig | |||
@@ -0,0 +1,12 @@ | |||
1 | menuconfig PWM | ||
2 | bool "PWM Support" | ||
3 | help | ||
4 | This enables PWM support through the generic PWM framework. | ||
5 | You only need to enable this, if you also want to enable | ||
6 | one or more of the PWM drivers below. | ||
7 | |||
8 | If unsure, say N. | ||
9 | |||
10 | if PWM | ||
11 | |||
12 | endif | ||