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/CPCI4052_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/CPCI4052_defconfig') diff --git a/configs/CPCI4052_defconfig b/configs/CPCI4052_defconfig index 630598111dd..550db77a17a 100644 --- a/configs/CPCI4052_defconfig +++ b/configs/CPCI4052_defconfig @@ -11,6 +11,7 @@ CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n" CONFIG_AUTOBOOT_STOP_STR=" " CONFIG_CMD_EEPROM=y CONFIG_LOOPW=y +CONFIG_CMD_IDE=y CONFIG_CMD_I2C=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y -- cgit v1.2.3