aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@stericsson.com>2010-08-20 04:27:12 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2010-10-28 18:28:42 -0400
commit8c96aefbe79becf940d27cd8ad2c5aba48322162 (patch)
treedc073c93d95ebecfd44e2c404ba137170aeca631 /drivers/mfd/Kconfig
parent2524468ee586e7ba25bd5a0551acf1fea7e9a0b3 (diff)
mfd: Switch AB3100 to use MFD cells
This switches the AB3100 core driver to using MFD cells for subdevices instead of spawning common platform devices. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index db51ea1c6082..b3aedaaa7092 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -444,6 +444,7 @@ config ABX500_CORE
444config AB3100_CORE 444config AB3100_CORE
445 bool "ST-Ericsson AB3100 Mixed Signal Circuit core functions" 445 bool "ST-Ericsson AB3100 Mixed Signal Circuit core functions"
446 depends on I2C=y && ABX500_CORE 446 depends on I2C=y && ABX500_CORE
447 select MFD_CORE
447 default y if ARCH_U300 448 default y if ARCH_U300
448 help 449 help
449 Select this to enable the AB3100 Mixed Signal IC core 450 Select this to enable the AB3100 Mixed Signal IC core