diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 481770ab2716..66db02cee2ad 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -157,6 +157,20 @@ config TPS6507X | |||
157 | This driver can also be built as a module. If so, the module | 157 | This driver can also be built as a module. If so, the module |
158 | will be called tps6507x. | 158 | will be called tps6507x. |
159 | 159 | ||
160 | config MFD_TPS6586X | ||
161 | bool "TPS6586x Power Management chips" | ||
162 | depends on I2C=y && GPIOLIB && GENERIC_HARDIRQS | ||
163 | select MFD_CORE | ||
164 | help | ||
165 | If you say yes here you get support for the TPS6586X series of | ||
166 | Power Management chips. | ||
167 | This driver provides common support for accessing the device, | ||
168 | additional drivers must be enabled in order to use the | ||
169 | functionality of the device. | ||
170 | |||
171 | This driver can also be built as a module. If so, the module | ||
172 | will be called tps6586x. | ||
173 | |||
160 | config MENELAUS | 174 | config MENELAUS |
161 | bool "Texas Instruments TWL92330/Menelaus PM chip" | 175 | bool "Texas Instruments TWL92330/Menelaus PM chip" |
162 | depends on I2C=y && ARCH_OMAP2 | 176 | depends on I2C=y && ARCH_OMAP2 |
@@ -649,20 +663,6 @@ config MFD_JZ4740_ADC | |||
649 | Say yes here if you want support for the ADC unit in the JZ4740 SoC. | 663 | Say yes here if you want support for the ADC unit in the JZ4740 SoC. |
650 | This driver is necessary for jz4740-battery and jz4740-hwmon driver. | 664 | This driver is necessary for jz4740-battery and jz4740-hwmon driver. |
651 | 665 | ||
652 | config MFD_TPS6586X | ||
653 | bool "TPS6586x Power Management chips" | ||
654 | depends on I2C=y && GPIOLIB && GENERIC_HARDIRQS | ||
655 | select MFD_CORE | ||
656 | help | ||
657 | If you say yes here you get support for the TPS6586X series of | ||
658 | Power Management chips. | ||
659 | This driver provides common support for accessing the device, | ||
660 | additional drivers must be enabled in order to use the | ||
661 | functionality of the device. | ||
662 | |||
663 | This driver can also be built as a module. If so, the module | ||
664 | will be called tps6586x. | ||
665 | |||
666 | config MFD_VX855 | 666 | config MFD_VX855 |
667 | tristate "Support for VIA VX855/VX875 integrated south bridge" | 667 | tristate "Support for VIA VX855/VX875 integrated south bridge" |
668 | depends on PCI | 668 | depends on PCI |