diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-09-18 04:29:51 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-19 06:04:25 -0400 |
commit | 48a364b758f861b21747a5148f26aedc504edb7f (patch) | |
tree | e76941d9155ecd0dc5534ef840a5c0d6ddc107f0 /drivers/pwm/Kconfig | |
parent | f78959cfa335196ba36d8c4651078f14dc07f2a8 (diff) |
pwm: Move TWL6030 PWM driver to PWM framework
This commit moves the driver to drivers/pwm and converts it to the new
PWM framework. In order for this to work properly, register the PWM as
child of the multi-function TWL6030 device.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 8fc3808d7a3e..c7500dcdc65e 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -96,6 +96,15 @@ config PWM_TIEHRPWM | |||
96 | To compile this driver as a module, choose M here: the module | 96 | To compile this driver as a module, choose M here: the module |
97 | will be called pwm-tiehrpwm. | 97 | will be called pwm-tiehrpwm. |
98 | 98 | ||
99 | config PWM_TWL6030 | ||
100 | tristate "TWL6030 PWM support" | ||
101 | depends on TWL4030_CORE | ||
102 | help | ||
103 | Generic PWM framework driver for TWL6030. | ||
104 | |||
105 | To compile this driver as a module, choose M here: the module | ||
106 | will be called pwm-twl6030. | ||
107 | |||
99 | config PWM_VT8500 | 108 | config PWM_VT8500 |
100 | tristate "vt8500 pwm support" | 109 | tristate "vt8500 pwm support" |
101 | depends on ARCH_VT8500 | 110 | depends on ARCH_VT8500 |