diff options
author | Mike Rapoport <mike@compulab.co.il> | 2010-08-10 19:11:04 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-08-12 05:28:12 -0400 |
commit | c6c193326384aecfd668c8f271799a44dbc74c1a (patch) | |
tree | 58df734fad40389f64641a6f757d245b6274a93e /drivers/mfd/Kconfig | |
parent | 1c888e2e3824a3f7565b4d96ede423cb9a9a28b7 (diff) |
mfd: Add TPS6586x driver
Add mfd core driver for TPS6586x PMICs family.
The driver provides I/O access for the sub-device drivers and performs
regstration of the sub-devices based on the platform requirements.
In addition it implements GPIOlib interface for the chip GPIOs.
TODO:
- add interrupt support
- add platform data for PWM, backlight leds and charger
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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" |