From 2fa872ee7728b9c8863ab7824ec4f2508869a31f Mon Sep 17 00:00:00 2001 From: Miquel Raynal Date: Thu, 3 Oct 2019 19:50:14 +0200 Subject: mtd: ensure CMD_NAND is compiled when its options are selected In some files, options of CMD_NAND are selected but not the command itself. Fix this inconsistency. Signed-off-by: Miquel Raynal Reviewed-by: Boris Brezillon --- configs/pcm052_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/pcm052_defconfig') diff --git a/configs/pcm052_defconfig b/configs/pcm052_defconfig index 13bf1cf6ec..a07136f926 100644 --- a/configs/pcm052_defconfig +++ b/configs/pcm052_defconfig @@ -15,6 +15,7 @@ CONFIG_CMD_MEMTEST=y CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y +CONFIG_CMD_NAND=y CONFIG_CMD_NAND_TRIMFFS=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y -- cgit v1.2.3