diff options
author | Amarinder Bindra <a-bindra@ti.com> | 2013-07-10 12:06:24 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-08-25 15:50:33 -0400 |
commit | bcf24e1daa94f4c52ef7a3f657e43cc6bc50d46b (patch) | |
tree | 20f13ece6a2c10e21dc12c8f58882b69ec2cbc90 /drivers/mmc | |
parent | 7472bab236bdee1173412585591329e718f4d324 (diff) |
mmc: omap_hsmmc: use the generic config for omap2plus devices
OMAP's hs_mmc driver is used for MMC controller operation on many
omap2plus SoCs (OMAP2430, OMAP3, 4, 5 and AM335x).
Considering that the device tree entries are already present for these,
allow the driver to be built using the config ARCH_OMAP2PLUS rather
than individually adding a config for each SoC to enable the
support.
Use COMPILE_TEST to enable the build for other platforms.
Signed-off-by: Amarinder Bindra <a-bindra@ti.com>
Cc: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Cc: Nishanth Menon <nm@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Acked-by: Balaji T K <balajitk@ti.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 84102bcd1796..b8ce939fac21 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -284,11 +284,11 @@ config MMC_OMAP | |||
284 | 284 | ||
285 | config MMC_OMAP_HS | 285 | config MMC_OMAP_HS |
286 | tristate "TI OMAP High Speed Multimedia Card Interface support" | 286 | tristate "TI OMAP High Speed Multimedia Card Interface support" |
287 | depends on SOC_OMAP2430 || ARCH_OMAP3 || ARCH_OMAP4 | 287 | depends on ARCH_OMAP2PLUS || COMPILE_TEST |
288 | help | 288 | help |
289 | This selects the TI OMAP High Speed Multimedia card Interface. | 289 | This selects the TI OMAP High Speed Multimedia card Interface. |
290 | If you have an OMAP2430 or OMAP3 board or OMAP4 board with a | 290 | If you have an omap2plus board with a Multimedia Card slot, |
291 | Multimedia Card slot, say Y or M here. | 291 | say Y or M here. |
292 | 292 | ||
293 | If unsure, say N. | 293 | If unsure, say N. |
294 | 294 | ||