From 75eb9976b78ace0e667c1f5faf367acfaed141df Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:29 -0600 Subject: Convert CONFIG_CMD_IDE to Kconfig This converts the following to Kconfig: CONFIG_CMD_IDE Signed-off-by: Simon Glass --- configs/guruplug_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/guruplug_defconfig') diff --git a/configs/guruplug_defconfig b/configs/guruplug_defconfig index f2c22bfd54..090ff03dc5 100644 --- a/configs/guruplug_defconfig +++ b/configs/guruplug_defconfig @@ -7,6 +7,7 @@ CONFIG_BOOTDELAY=3 CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set +CONFIG_CMD_IDE=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_NAND=y CONFIG_CMD_USB=y -- cgit