diff options
author | Abhijeet Dharmapurikar <adharmap@codeaurora.org> | 2011-04-05 17:40:52 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-05-26 13:45:27 -0400 |
commit | cbdb53e1f33baf60ded045dc79cd0dd4e9705fa5 (patch) | |
tree | 6fba90fb0b27968c75437bf5c5df2c43f15ce64b /drivers/mfd/Kconfig | |
parent | 1305134e8246fb4e86b93d5b6a21caa0e07a8ecf (diff) |
mfd: Add Qualcomm PMIC 8921 core driver
Add support for the Qualcomm PM8921 PMIC chip. The core driver
will communicate with the PMIC chip via the MSM SSBI bus.
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index ec2da8392466..d42328873dc9 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -691,6 +691,24 @@ config MFD_OMAP_USB_HOST | |||
691 | This MFD driver does the required setup functionalities for | 691 | This MFD driver does the required setup functionalities for |
692 | OMAP USB Host drivers. | 692 | OMAP USB Host drivers. |
693 | 693 | ||
694 | config MFD_PM8XXX | ||
695 | tristate | ||
696 | |||
697 | config MFD_PM8921_CORE | ||
698 | tristate "Qualcomm PM8921 PMIC chip" | ||
699 | depends on MSM_SSBI | ||
700 | select MFD_CORE | ||
701 | select MFD_PM8XXX | ||
702 | help | ||
703 | If you say yes to this option, support will be included for the | ||
704 | built-in PM8921 PMIC chip. | ||
705 | |||
706 | This is required if your board has a PM8921 and uses its features, | ||
707 | such as: MPPs, GPIOs, regulators, interrupts, and PWM. | ||
708 | |||
709 | Say M here if you want to include support for PM8921 chip as a module. | ||
710 | This will build a module called "pm8921-core". | ||
711 | |||
694 | endif # MFD_SUPPORT | 712 | endif # MFD_SUPPORT |
695 | 713 | ||
696 | menu "Multimedia Capabilities Port drivers" | 714 | menu "Multimedia Capabilities Port drivers" |