[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPDyKFr6qt60gECs5y=Qq6XbFhiqWGrOcMozB4vNwaR8PHnu4A@mail.gmail.com>
Date: Thu, 22 Oct 2015 11:28:55 +0200
From: Ulf Hansson <ulf.hansson@...aro.org>
To: Franklin S Cooper Jr <fcooper@...com>
Cc: Russell King - ARM Linux <linux@....linux.org.uk>,
Santosh Shilimkar <ssantosh@...nel.org>,
Muralidharan Karicheri <m-karicheri2@...com>,
Grygorii Strashko <grygorii.strashko@...com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
linux-mmc <linux-mmc@...r.kernel.org>,
Lokesh Vutla <lokeshvutla@...com>
Subject: Re: [PATCH 2/5] mmc: omap_hsmmc: Enable omap_hsmmc for Keystone 2
On 20 October 2015 at 23:50, Franklin S Cooper Jr <fcooper@...com> wrote:
>
> From: Lokesh Vutla <lokeshvutla@...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@...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
How about:
"depends on ARM || 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
>
Kind regards
Uffe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists