diff options
author | Jin Park <jinyoungp@nvidia.com> | 2011-07-04 13:48:12 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-07-31 17:28:26 -0400 |
commit | 09d6292befba8c6319d9471803149573ea6ed170 (patch) | |
tree | 1de1bda81b4ca3844e80a6041e0ccefbc5db1628 /drivers/mfd/Kconfig | |
parent | 7785bf11f312624101462d7dc840e27344899873 (diff) |
mfd: Add AAT2870 mfd driver
Add mfd core driver for AnalogicTech AAT2870.
The AAT2870 is communication through I2C and contains backlight and
regulator components.
Signed-off-by: Jin Park <jinyoungp@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index c26136443c05..21574bdf485f 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -760,6 +760,16 @@ config MFD_PM8XXX_IRQ | |||
760 | config TPS65911_COMPARATOR | 760 | config TPS65911_COMPARATOR |
761 | tristate | 761 | tristate |
762 | 762 | ||
763 | config MFD_AAT2870_CORE | ||
764 | bool "Support for the AnalogicTech AAT2870" | ||
765 | select MFD_CORE | ||
766 | depends on I2C=y && GPIOLIB | ||
767 | help | ||
768 | If you say yes here you get support for the AAT2870. | ||
769 | This driver provides common support for accessing the device, | ||
770 | additional drivers must be enabled in order to use the | ||
771 | functionality of the device. | ||
772 | |||
763 | endif # MFD_SUPPORT | 773 | endif # MFD_SUPPORT |
764 | 774 | ||
765 | menu "Multimedia Capabilities Port drivers" | 775 | menu "Multimedia Capabilities Port drivers" |