diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2010-08-20 10:27:12 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-29 00:28:42 +0200 |
commit | 8c96aefbe79becf940d27cd8ad2c5aba48322162 (patch) | |
tree | dc073c93d95ebecfd44e2c404ba137170aeca631 /drivers/mfd/Kconfig | |
parent | 2524468ee586e7ba25bd5a0551acf1fea7e9a0b3 (diff) | |
download | blackbird-obmc-linux-8c96aefbe79becf940d27cd8ad2c5aba48322162.tar.gz blackbird-obmc-linux-8c96aefbe79becf940d27cd8ad2c5aba48322162.zip |
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/Kconfig | 1 |
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 config AB3100_CORE bool "ST-Ericsson AB3100 Mixed Signal Circuit core functions" depends on I2C=y && ABX500_CORE + select MFD_CORE default y if ARCH_U300 help Select this to enable the AB3100 Mixed Signal IC core |