Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1252130
| From | Franklin S Cooper Jr <fcooper@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/5] mmc: omap_hsmmc: Enable omap_hsmmc for Keystone 2 |
| Date | 2015-10-21 00:00 +0200 |
| Message-ID | <qlN6Q-825-39@gated-at.bofh.it> (permalink) |
| References | <qlN6P-825-37@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Lokesh Vutla <lokeshvutla@ti.com> Enable omap_hsmmc for Keystone 2 architecture which reuses the HSMMC IP found on OMAP platforms. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> --- drivers/mmc/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 8a1e349..2ccec71 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -366,7 +366,7 @@ config MMC_OMAP config MMC_OMAP_HS tristate "TI OMAP High Speed Multimedia Card Interface support" depends on HAS_DMA - depends on ARCH_OMAP2PLUS || COMPILE_TEST + depends on ARCH_OMAP2PLUS || ARCH_KEYSTONE || COMPILE_TEST help This selects the TI OMAP High Speed Multimedia card Interface. If you have an omap2plus board with a Multimedia Card slot, -- 2.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 2/5] mmc: omap_hsmmc: Enable omap_hsmmc for Keystone 2 Franklin S Cooper Jr <fcooper@ti.com> - 2015-10-21 00:00 +0200
Re: [PATCH 2/5] mmc: omap_hsmmc: Enable omap_hsmmc for Keystone 2 santosh shilimkar <santosh.shilimkar@oracle.com> - 2015-10-21 03:30 +0200
Re: [PATCH 2/5] mmc: omap_hsmmc: Enable omap_hsmmc for Keystone 2 Ulf Hansson <ulf.hansson@linaro.org> - 2015-10-22 11:40 +0200
Re: [PATCH 2/5] mmc: omap_hsmmc: Enable omap_hsmmc for Keystone 2 Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-10-22 13:00 +0200
Re: [PATCH 2/5] mmc: omap_hsmmc: Enable omap_hsmmc for Keystone 2 Ulf Hansson <ulf.hansson@linaro.org> - 2015-10-22 15:40 +0200
csiph-web