diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-24 02:41:08 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-10-26 15:43:35 -0400 |
commit | 2b795518bd7bcd1990b8f8b7225c9bb8eb5a30c1 (patch) | |
tree | 955684e7efa6141aac08bf895aab5346a073fcbf /drivers/mmc/host/Kconfig | |
parent | 275173b225ae663e54d8dc5c93d79265aad19f89 (diff) |
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>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 8c87096531e9..c226d549fd2f 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -131,12 +131,12 @@ config MMC_SDHCI_CNS3XXX | |||
131 | 131 | ||
132 | config MMC_SDHCI_ESDHC_IMX | 132 | config MMC_SDHCI_ESDHC_IMX |
133 | tristate "SDHCI platform support for the Freescale eSDHC i.MX controller" | 133 | 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 |
135 | depends on MMC_SDHCI_PLTFM | 135 | depends on MMC_SDHCI_PLTFM |
136 | select MMC_SDHCI_IO_ACCESSORS | 136 | select MMC_SDHCI_IO_ACCESSORS |
137 | help | 137 | help |
138 | This selects the Freescale eSDHC controller support on the platform | 138 | 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. |
140 | 140 | ||
141 | If you have a controller with this interface, say Y or M here. | 141 | If you have a controller with this interface, say Y or M here. |
142 | 142 | ||
@@ -326,11 +326,11 @@ config MMC_MSM | |||
326 | support for SDIO devices. | 326 | support for SDIO devices. |
327 | 327 | ||
328 | config MMC_MXC | 328 | config MMC_MXC |
329 | tristate "Freescale i.MX2/3 Multimedia Card Interface support" | 329 | tristate "Freescale i.MX21/27/31 Multimedia Card Interface support" |
330 | depends on MACH_MX21 || MACH_MX27 || ARCH_MX31 | 330 | depends on ARCH_MXC |
331 | help | 331 | help |
332 | This selects the Freescale i.MX2/3 Multimedia card Interface. | 332 | This selects the Freescale i.MX21, i.MX27 and i.MX31 Multimedia card |
333 | If you have a i.MX platform with a Multimedia Card slot, | 333 | Interface. If you have a i.MX platform with a Multimedia Card slot, |
334 | say Y or M here. | 334 | say Y or M here. |
335 | 335 | ||
336 | If unsure, say N. | 336 | If unsure, say N. |