[U-Boot] [PATCH v3 2/6] mmc: tegra: introduce CONFIG_TEGRA_MMC to Kconfig

Jaehoon Chung jh80.chung at samsung.com
Tue Dec 27 23:20:29 CET 2016


On 12/22/2016 01:26 PM, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler at toradex.com>
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com>

Best Regards,
Jaehoon Chung

> 
> ---
> 
> Changes in v3: None
> Changes in v2:
> - Added Simon's reviewed-by.
> 
>  drivers/mmc/Kconfig | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
> index 5e84a41..18f0e97 100644
> --- a/drivers/mmc/Kconfig
> +++ b/drivers/mmc/Kconfig
> @@ -110,4 +110,10 @@ config SANDBOX_MMC
>  	  improves build coverage for sandbox and makes it easier to detect
>  	  MMC build errors with sandbox.
>  
> +config TEGRA_MMC
> +	bool "Tegra SDHCI aka MMC support"
> +	depends on DM_MMC && TEGRA
> +	help
> +	  This selects support for SDHCI on Tegra SoCs.
> +
>  endmenu
> 



More information about the U-Boot mailing list