diff options
author | Jorge Eduardo Candelaria <jorge.candelaria@ti.com> | 2011-02-11 19:37:26 -0600 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-06-14 10:06:47 -0700 |
commit | d4a2c97017f21f28a267b0ee203f66759f2be81e (patch) | |
tree | deeb830b06d20bc2ed80115c4c741ffb250f6276 /drivers/mfd/Kconfig | |
parent | 880cad479977cce96dabc8d0bd64648d2593d6e1 (diff) | |
download | kernel_samsung_tuna-d4a2c97017f21f28a267b0ee203f66759f2be81e.zip kernel_samsung_tuna-d4a2c97017f21f28a267b0ee203f66759f2be81e.tar.gz kernel_samsung_tuna-d4a2c97017f21f28a267b0ee203f66759f2be81e.tar.bz2 |
mfd: twl6040: Add initial support for twl6040 mfd
TWL6040 IC provides analog high-end audio codec functions for
handset applications. It contains several audio analog inputs
and outputs as well as vibrator support. It's connected to the
host processor via PDM interface for audio data communication.
The audio modules are controlled by internal registers that
can be accessed by I2C and PDM interface.
TWL6040 MFD will be registered as a child of TWL-CORE, and will
have two children of its own: twl6040-codec and twl6040-vibra
This driver is based on TWL4030 and WM8350 MFD drivers.
Signed-off-by: Jorge Eduardo Candelaria <jorge.candelaria@ti.com>
Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 0f09c05..e1ecb0b 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -233,6 +233,12 @@ config TWL6030_PWM Say yes here if you want support for TWL6030 PWM. This is used to control charging LED brightness. +config TWL6040_CODEC + bool + depends on TWL4030_CORE + select MFD_CORE + default n + config MFD_STMPE bool "Support STMicroelectronics STMPE" depends on I2C=y && GENERIC_HARDIRQS |