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

Simon Glass sjg at chromium.org
Thu Dec 1 03:20:44 CET 2016


On 30 November 2016 at 09:46, Marcel Ziswiler <marcel at ziswiler.com> wrote:
> From: Marcel Ziswiler <marcel.ziswiler at toradex.com>
>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
> ---
>
>  drivers/mmc/Kconfig | 6 ++++++
>  1 file changed, 6 insertions(+)
>

Reviewed-by: Simon Glass <sjg at chromium.org>

But how about adding more help text? What versions of MMC/SD does it
support? What bus speed and width?

> diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
> index 24f4b28..19e89ab 100644
> --- a/drivers/mmc/Kconfig
> +++ b/drivers/mmc/Kconfig
> @@ -95,4 +95,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
> --
> 2.9.3
>

Regards,
Simon


More information about the U-Boot mailing list