diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 23a891f396e4..d75909e7cf2f 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -531,6 +531,20 @@ config MFD_JZ4740_ADC | |||
531 | Say yes here if you want support for the ADC unit in the JZ4740 SoC. | 531 | Say yes here if you want support for the ADC unit in the JZ4740 SoC. |
532 | This driver is necessary for jz4740-battery and jz4740-hwmon driver. | 532 | This driver is necessary for jz4740-battery and jz4740-hwmon driver. |
533 | 533 | ||
534 | config MFD_TPS6586X | ||
535 | tristate "TPS6586x Power Management chips" | ||
536 | depends on I2C && GPIOLIB | ||
537 | select MFD_CORE | ||
538 | help | ||
539 | If you say yes here you get support for the TPS6586X series of | ||
540 | Power Management chips. | ||
541 | This driver provides common support for accessing the device, | ||
542 | additional drivers must be enabled in order to use the | ||
543 | functionality of the device. | ||
544 | |||
545 | This driver can also be built as a module. If so, the module | ||
546 | will be called tps6586x. | ||
547 | |||
534 | endif # MFD_SUPPORT | 548 | endif # MFD_SUPPORT |
535 | 549 | ||
536 | menu "Multimedia Capabilities Port drivers" | 550 | menu "Multimedia Capabilities Port drivers" |