diff options
author | Gary King <gking@nvidia.com> | 2010-09-20 00:18:27 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-29 00:29:28 +0200 |
commit | c26448c48448266480e1b6c371f897167060ceaf (patch) | |
tree | daaaa3b64dfe31d1c429b63dba6b4a27e325d18f /drivers/mfd/Kconfig | |
parent | 39368eda96c0a54ea0b3c6066b08e46b37f7905f (diff) | |
download | linux-c26448c48448266480e1b6c371f897167060ceaf.tar.gz linux-c26448c48448266480e1b6c371f897167060ceaf.tar.bz2 linux-c26448c48448266480e1b6c371f897167060ceaf.zip |
mfd: Add basic tps6586x interrupt support
Add support for enabling and disabling tps6586x subdevice interrupts
Signed-off-by: Gary King <gking@nvidia.com>
Acked-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 01c928bca099..66779bdc9627 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -563,8 +563,8 @@ config MFD_JZ4740_ADC This driver is necessary for jz4740-battery and jz4740-hwmon driver. config MFD_TPS6586X - tristate "TPS6586x Power Management chips" - depends on I2C && GPIOLIB + bool "TPS6586x Power Management chips" + depends on I2C=y && GPIOLIB && GENERIC_HARDIRQS select MFD_CORE help If you say yes here you get support for the TPS6586X series of |