[PATCH 18/18] drivers: MMC: enable SDHCI-S3C on S5PC1XX platform

Ben Dooks ben-linux at fluff.org
Fri Nov 13 18:38:19 EST 2009


On Thu, Nov 12, 2009 at 09:22:02AM +0100, Marek Szyprowski wrote:
> From: Kyungmin Park <kyungmin.park at samsung.com>
> 
> From: Kyungmin Park <kyungmin.park at samsung.com>
> 
> Samsung S5PC100 SoC has SDHCI controller compatible to the one known from
> S3C64xx SoCs. Enable support for sdhci-s3c driver also on S5PC1xx platform.

This can go to the SDHCI mainter(s) with my Acked-by line.

Begining to think we need a CONFIG_HAS_SAMSUNG_SDHCI somewhere that these
archs can select.
 
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> Signed-off-by: Marek Szyprowski <m.szyprowski at samsung.com>
Acked-by: Ben Dooks <ben-linux at fluff.org>
> ---
>  drivers/mmc/host/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
> index 432ae83..faddf82 100644
> --- a/drivers/mmc/host/Kconfig
> +++ b/drivers/mmc/host/Kconfig
> @@ -96,7 +96,7 @@ config MMC_SDHCI_PLTFM
>  
>  config MMC_SDHCI_S3C
>  	tristate "SDHCI support on Samsung S3C SoC"
> -	depends on MMC_SDHCI && (PLAT_S3C24XX || PLAT_S3C64XX)
> +	depends on MMC_SDHCI && (PLAT_S3C24XX || PLAT_S3C64XX || PLAT_S5PC1XX)
>  	help
>  	  This selects the Secure Digital Host Controller Interface (SDHCI)
>  	  often referrered to as the HSMMC block in some of the Samsung S3C
> -- 
> 1.6.5
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.




More information about the linux-arm-kernel mailing list