diff options
author | Gary King <gking@nvidia.com> | 2010-09-19 18:18:27 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:29:28 -0400 |
commit | c26448c48448266480e1b6c371f897167060ceaf (patch) | |
tree | daaaa3b64dfe31d1c429b63dba6b4a27e325d18f /drivers/mfd/Kconfig | |
parent | 39368eda96c0a54ea0b3c6066b08e46b37f7905f (diff) |
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 | |||
563 | This driver is necessary for jz4740-battery and jz4740-hwmon driver. | 563 | This driver is necessary for jz4740-battery and jz4740-hwmon driver. |
564 | 564 | ||
565 | config MFD_TPS6586X | 565 | config MFD_TPS6586X |
566 | tristate "TPS6586x Power Management chips" | 566 | bool "TPS6586x Power Management chips" |
567 | depends on I2C && GPIOLIB | 567 | depends on I2C=y && GPIOLIB && GENERIC_HARDIRQS |
568 | select MFD_CORE | 568 | select MFD_CORE |
569 | help | 569 | help |
570 | If you say yes here you get support for the TPS6586X series of | 570 | If you say yes here you get support for the TPS6586X series of |