Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1311706
| From | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 5/7] mfd: arizona: Remove duplicate select of MFD_CORE |
| Date | 2016-01-18 18:30 +0100 |
| Message-ID | <qSlMT-3S4-29@gated-at.bofh.it> (permalink) |
| References | <qSlDc-3Oc-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- drivers/mfd/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 9ca66de..4e5493e 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1372,7 +1372,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 @@ -1382,7 +1381,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 -- 2.1.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/7] Minor Arizona MFD Cleanups Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 1/7] mfd: wm5110: Fix defaults array based on testing Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 4/7] mfd: cs47l24: Fix defaults array based on testing Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 7/7] mfd: arizona: Allow building Arizona MFD as a module Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 5/7] mfd: arizona: Remove duplicate select of MFD_CORE Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 6/7] mfd: arizona: Update small typo in Arizona SPI Kconfig Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100
csiph-web