All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: omap_hsmmc: use for OMAP5 as well
@ 2013-06-28 12:34 a-bindra
  2013-06-28 15:57 ` Balaji T K
  2013-07-10 16:06 ` [PATCH v2] mmc: omap_hsmmc: use the generic config for omap2plus devices a-bindra
  0 siblings, 2 replies; 14+ messages in thread
From: a-bindra @ 2013-06-28 12:34 UTC (permalink / raw)
  To: linux-mmc, cjb; +Cc: linux-omap, Balaji T K, balbi, nm, Amarinder Bindra

From: Amarinder Bindra <a-bindra@ti.com>

OMAP's hs_mmc driver is also used for OMAP5 MMC controller operation.
Considering that the device tree entries are already there for this,
allow the driver to be built when only OMAP5 is enabled.
This allows MMC root filesystems to be available in "OMAP5 only"
configurations.

Signed-off-by: Amarinder Bindra <a-bindra@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
---
 drivers/mmc/host/Kconfig |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 009dabd..6722e21 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -254,11 +254,11 @@ config MMC_OMAP
 
 config MMC_OMAP_HS
 	tristate "TI OMAP High Speed Multimedia Card Interface support"
-	depends on SOC_OMAP2430 || ARCH_OMAP3 || ARCH_OMAP4
+	depends on SOC_OMAP2430 || ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5
 	help
 	  This selects the TI OMAP High Speed Multimedia card Interface.
-	  If you have an OMAP2430 or OMAP3 board or OMAP4 board with a
-	  Multimedia Card slot, say Y or M here.
+	  If you have an OMAP2430 or OMAP3 board or OMAP4 board or OMAP5
+	  board with a Multimedia Card slot, say Y or M here.
 
 	  If unsure, say N.
 
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-08-25 19:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-28 12:34 [PATCH] mmc: omap_hsmmc: use for OMAP5 as well a-bindra
2013-06-28 15:57 ` Balaji T K
2013-07-07 20:13   ` Ezequiel Garcia
2013-07-08  7:46     ` Felipe Balbi
2013-07-08 19:58       ` Nishanth Menon
2013-07-08 20:27         ` Ezequiel Garcia
2013-07-09  6:55           ` Felipe Balbi
2013-07-09  6:52         ` Felipe Balbi
2013-07-10 16:06 ` [PATCH v2] mmc: omap_hsmmc: use the generic config for omap2plus devices a-bindra
2013-07-10 21:13   ` Nishanth Menon
2013-07-10 22:42   ` Ezequiel Garcia
2013-07-11 13:09   ` Felipe Balbi
2013-08-16 16:35     ` Balaji T K
2013-08-25 19:51   ` Chris Ball

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.