diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2010-08-20 04:27:12 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:28:42 -0400 |
commit | 8c96aefbe79becf940d27cd8ad2c5aba48322162 (patch) | |
tree | dc073c93d95ebecfd44e2c404ba137170aeca631 /drivers/mfd/Kconfig | |
parent | 2524468ee586e7ba25bd5a0551acf1fea7e9a0b3 (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/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 | |||
444 | config AB3100_CORE | 444 | config 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 |