From 35e3991d914c7b7b6bbe4609ab614ee77a0e5fd4 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 21 May 2020 16:26:03 -0400 Subject: Convert CONFIG_CMD_MMC to Kconfig This converts the following to Kconfig: CONFIG_CMD_MMC Signed-off-by: Tom Rini --- configs/gurnard_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/gurnard_defconfig') diff --git a/configs/gurnard_defconfig b/configs/gurnard_defconfig index a5d51ce..7e394d9 100644 --- a/configs/gurnard_defconfig +++ b/configs/gurnard_defconfig @@ -16,6 +16,7 @@ CONFIG_HUSH_PARSER=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y # CONFIG_CMD_LOADS is not set +CONFIG_CMD_MMC=y CONFIG_CMD_NAND=y CONFIG_CMD_PART=y CONFIG_CMD_USB=y -- cgit v1.1