aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorGravatar Hemanth V <hemanthv@ti.com> 2010-07-14 12:04:56 +0200
committerGravatar Samuel Ortiz <sameo@linux.intel.com> 2010-08-12 11:27:59 +0200
commit31fc03df5df364100a41134783c02490fbd25745 (patch)
tree761c424eebb03314ca98b49e6c3b05e4c9ad8cda /drivers/mfd/Kconfig
parentmfd: Add additional WM8994 GPIO functions (diff)
downloadlinux-31fc03df5df364100a41134783c02490fbd25745.tar.gz
linux-31fc03df5df364100a41134783c02490fbd25745.tar.bz2
linux-31fc03df5df364100a41134783c02490fbd25745.zip
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
select MFD_CORE
default n
+config TWL6030_PWM
+ tristate "TWL6030 PWM (Pulse Width Modulator) Support"
+ depends on TWL4030_CORE
+ select HAVE_PWM
+ default n
+ help
+ Say yes here if you want support for TWL6030 PWM.
+ This is used to control charging LED brightness.
+
config MFD_STMPE
bool "Support STMicroelectronics STMPE"
depends on I2C=y && GENERIC_HARDIRQS