diff mbox

mmc: omap_hsmmc: use for OMAP5 as well

Message ID 1372422894-23729-1-git-send-email-a-bindra@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

a-bindra@ti.com June 28, 2013, 12:34 p.m. UTC
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(-)

Comments

Balaji T K June 28, 2013, 3:57 p.m. UTC | #1
On Friday 28 June 2013 06:04 PM, a-bindra@ti.com wrote:
> 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>

Looks good to me,
Acked-by: Balaji T K <balajitk@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.
>
>

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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.