aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2014-02-26 13:59:19 -0500
committerLee Jones <lee.jones@linaro.org>2014-03-19 04:58:28 -0400
commitbc866fc7a8c4322de40b694ffcfcdda50ab82f35 (patch)
tree08d0fdf2876fb8b318548e0b515c683656916bd2 /drivers/mfd/Kconfig
parent89d68998308e16c49ce18b402d5f702d5a1767e5 (diff)
mfd: pm8xxx: Move pm8xxx-irq.c contents into only driver that uses it
The pm8xxx-irq.c code is practically mandatory given that the pm8921-core driver will WARN about it missing and the Kconfig marks it as default y when a PM8xxx chips is enabled. The only reason the file was split out was because we planned to support other pm8xxx chips with different pm8xxx-core.c files. Now that we have DT on ARM this isn't necessary because we should be able to support all the ssbi based PM8xxx chips in one driver and one file with no data bloat. Let's move this code into the only driver that uses it right now (pm8921) so that it's always compiled when needed. In the future we can rename pm8921-core.c to something more generic. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index d93d1183991b..001668d8895f 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -492,16 +492,6 @@ config MFD_PM8921_CORE
492 Say M here if you want to include support for PM8921 chip as a module. 492 Say M here if you want to include support for PM8921 chip as a module.
493 This will build a module called "pm8921-core". 493 This will build a module called "pm8921-core".
494 494
495config MFD_PM8XXX_IRQ
496 bool "Qualcomm PM8xxx IRQ features"
497 depends on MFD_PM8XXX
498 default y if MFD_PM8XXX
499 help
500 This is the IRQ driver for Qualcomm PM 8xxx PMIC chips.
501
502 This is required to use certain other PM 8xxx features, such as GPIO
503 and MPP.
504
505config MFD_RDC321X 495config MFD_RDC321X
506 tristate "RDC R-321x southbridge" 496 tristate "RDC R-321x southbridge"
507 select MFD_CORE 497 select MFD_CORE