diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2016-02-09 10:52:01 +0000 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-03-16 08:50:23 +0000 |
commit | f4d34c94ff287f999c420de6facf1b7524b918c0 (patch) | |
tree | 96a5185c9224cba7b6a634e677a4e9f839dfc46a /drivers/mfd | |
parent | 21aca3bf0d00465aa37a385098ab7ac2fe2412bb (diff) | |
download | op-kernel-dev-f4d34c94ff287f999c420de6facf1b7524b918c0.zip op-kernel-dev-f4d34c94ff287f999c420de6facf1b7524b918c0.tar.gz |
mfd: arizona: Remove duplicate select of MFD_CORE
MFD_ARIZONA_I2C and MFD_ARIZONA_SPI both select MFD_ARIZONA and all
three of those select MFD_CORE, this makes the selects of MFD_CORE in
MFD_ARIZONA_I2C and MFD_ARIZONA_SPI redundant, so we remove them.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 87cee68..3719cc8 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1407,7 +1407,6 @@ config MFD_ARIZONA config MFD_ARIZONA_I2C tristate "Cirrus Logic/Wolfson Microelectronics Arizona platform with I2C" select MFD_ARIZONA - select MFD_CORE select REGMAP_I2C depends on I2C help @@ -1417,7 +1416,6 @@ config MFD_ARIZONA_I2C config MFD_ARIZONA_SPI tristate "Cirrus Logic/Wolfson Microelectronics Arizona platform with SPI" select MFD_ARIZONA - select MFD_CORE select REGMAP_SPI depends on SPI_MASTER help |