aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorHemanth V <hemanthv@ti.com>2010-07-14 06:04:56 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2010-08-12 05:27:59 -0400
commit31fc03df5df364100a41134783c02490fbd25745 (patch)
tree761c424eebb03314ca98b49e6c3b05e4c9ad8cda /drivers/mfd/Kconfig
parent9accdc1bf239ef20c0fe12ceff2a7532374fd7cd (diff)
mfd: Add support for TWL6030 PWM
TWL6030 supports PWM (Pulse Width Modulator) which is used to control charging LED. PWM allows for controlling brightness. This patch implements the APIs required by leds-pwm driver. Signed-off-by: Hemanth V <hemanthv@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index d59334f34bf6..23a891f396e4 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -186,6 +186,15 @@ config TWL4030_CODEC
186 select MFD_CORE 186 select MFD_CORE
187 default n 187 default n
188 188
189config TWL6030_PWM
190 tristate "TWL6030 PWM (Pulse Width Modulator) Support"
191 depends on TWL4030_CORE
192 select HAVE_PWM
193 default n
194 help
195 Say yes here if you want support for TWL6030 PWM.
196 This is used to control charging LED brightness.
197
189config MFD_STMPE 198config MFD_STMPE
190 bool "Support STMicroelectronics STMPE" 199 bool "Support STMicroelectronics STMPE"
191 depends on I2C=y && GENERIC_HARDIRQS 200 depends on I2C=y && GENERIC_HARDIRQS