[U-Boot] [PATCH] cmd: Kconfig: Make CMD_NAND select NAND

Andrew F. Davis afd at ti.com
Tue Jan 23 17:15:29 UTC 2018


On 01/23/2018 04:40 AM, Adam Ford wrote:
> Many boards check for CONFIG_CMD_NAND instead of CONFIG_NAND, so
> let's make CMD_NAND select NAND to make some Kconfig migration
> easier
> 
> Signed-off-by: Adam Ford <aford173 at gmail.com>
> 
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index 35fe9d5..9f6b351 100644
> --- a/cmd/Kconfig
> +++ b/cmd/Kconfig
> @@ -764,6 +764,7 @@ config CMD_MMC
>  config CMD_NAND
>  	bool "nand"
>  	default y if NAND_SUNXI
> +	select NAND

Should be depends on

>  	help
>  	  NAND support.
>  
> 


More information about the U-Boot mailing list