diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-12-11 13:07:49 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-01-14 12:38:13 +0100 |
commit | 1d83864cab272f764beb381bbd3837f91fc0abed (patch) | |
tree | 29e38b692725f4324f84a4e2b507690a5844babf /drivers/mfd | |
parent | b14375800751da9fcd63ec11d39a86077f214dc2 (diff) | |
download | linux-3.10-1d83864cab272f764beb381bbd3837f91fc0abed.tar.gz linux-3.10-1d83864cab272f764beb381bbd3837f91fc0abed.tar.bz2 linux-3.10-1d83864cab272f764beb381bbd3837f91fc0abed.zip |
mfd: Remove ARCH_U8500 dependency from AB8500
While it is vanishingly unlikely that the device will be deployed on other
architectures removing the dependency facilitates build testing when doing
generic work on both the MFD core for the device and the subsystem drivers.
There appears to be no actual code dependency.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index b5e3e09f563..c32b62a8a1f 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -496,7 +496,7 @@ config EZX_PCAP config AB8500_CORE bool "ST-Ericsson AB8500 Mixed Signal Power Management chip" - depends on GENERIC_HARDIRQS && ABX500_CORE && SPI_MASTER && ARCH_U8500 + depends on GENERIC_HARDIRQS && ABX500_CORE && SPI_MASTER select MFD_CORE help Select this option to enable access to AB8500 power management |