aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-09 17:32:34 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2013-04-08 18:56:06 +0200
commitf2d614c4beb6d1588e515dd64e7e44ba5510404e (patch)
treed6a5728f5f017b54d6047fd590f76cc4f8aaa224 /drivers/mfd
parentmfd: wm5102: Map in additional FLL control registers (diff)
downloadlinux-dev-f2d614c4beb6d1588e515dd64e7e44ba5510404e.tar.xz
linux-dev-f2d614c4beb6d1588e515dd64e7e44ba5510404e.zip
mfd: da9055: Drop "select PMIC_DA9055"
The Kconfig entry for DA9055 PMIC Support selects PMIC_DA9055. That was probably inspired by the similar select statement in the entry for DA9052/53 PMIC with I2C. But the DA9055 PMIC only comes in an I2C variant and its driver doesn't need a separate Kconfig symbol for shared code. In any case, this select can be dropped as PMIC_DA9055 doesn't exist. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index d5b9b051ef15..cc7f6a234ac8 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -516,7 +516,6 @@ config MFD_DA9055
bool "Dialog Semiconductor DA9055 PMIC Support"
select REGMAP_I2C
select REGMAP_IRQ
- select PMIC_DA9055
select MFD_CORE
depends on I2C=y && GENERIC_HARDIRQS
help