Skip to content

Commit 2b79551

Browse files
saschahauercjb
authored andcommitted
mmc: Kconfig: remove i.MX individual SoC dependency
The individual SoC dependency in Kconfig hardly scales anymore. Instead of having such a fine grained dependency just depend on ARCH_MXC and risk that the uninformed user has to look in the help text to figure out which driver is the correct one. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Chris Ball <cjb@laptop.org>
1 parent 275173b commit 2b79551

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

drivers/mmc/host/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ config MMC_SDHCI_CNS3XXX
131131

132132
config MMC_SDHCI_ESDHC_IMX
133133
tristate "SDHCI platform support for the Freescale eSDHC i.MX controller"
134-
depends on ARCH_MX25 || ARCH_MX35 || ARCH_MX5
134+
depends on ARCH_MXC
135135
depends on MMC_SDHCI_PLTFM
136136
select MMC_SDHCI_IO_ACCESSORS
137137
help
138138
This selects the Freescale eSDHC controller support on the platform
139-
bus, found on platforms like mx35/51.
139+
bus, found on i.MX25, i.MX35 and i.MX5x.
140140

141141
If you have a controller with this interface, say Y or M here.
142142

@@ -326,11 +326,11 @@ config MMC_MSM
326326
support for SDIO devices.
327327

328328
config MMC_MXC
329-
tristate "Freescale i.MX2/3 Multimedia Card Interface support"
330-
depends on MACH_MX21 || MACH_MX27 || ARCH_MX31
329+
tristate "Freescale i.MX21/27/31 Multimedia Card Interface support"
330+
depends on ARCH_MXC
331331
help
332-
This selects the Freescale i.MX2/3 Multimedia card Interface.
333-
If you have a i.MX platform with a Multimedia Card slot,
332+
This selects the Freescale i.MX21, i.MX27 and i.MX31 Multimedia card
333+
Interface. If you have a i.MX platform with a Multimedia Card slot,
334334
say Y or M here.
335335

336336
If unsure, say N.

0 commit comments

Comments
 (0)