diff options
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 90c5c7357a50..d7c6b83097c1 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -115,6 +115,15 @@ config PWM_TIEHRPWM | |||
115 | To compile this driver as a module, choose M here: the module | 115 | To compile this driver as a module, choose M here: the module |
116 | will be called pwm-tiehrpwm. | 116 | will be called pwm-tiehrpwm. |
117 | 117 | ||
118 | config PWM_TWL6030 | ||
119 | tristate "TWL6030 PWM support" | ||
120 | depends on TWL4030_CORE | ||
121 | help | ||
122 | Generic PWM framework driver for TWL6030. | ||
123 | |||
124 | To compile this driver as a module, choose M here: the module | ||
125 | will be called pwm-twl6030. | ||
126 | |||
118 | config PWM_VT8500 | 127 | config PWM_VT8500 |
119 | tristate "vt8500 pwm support" | 128 | tristate "vt8500 pwm support" |
120 | depends on ARCH_VT8500 | 129 | depends on ARCH_VT8500 |