diff options
author | Simon Glass | 2017-05-17 03:25:29 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 12:45:27 -0400 |
commit | 75eb9976b78ace0e667c1f5faf367acfaed141df (patch) | |
tree | 9750391ab931d9409280a8cb8320870163b1a047 /configs/qemu_mips64_defconfig | |
parent | 7a01f3c6f401cf36d21121e3207ce8044bd18be4 (diff) |
Convert CONFIG_CMD_IDE to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_IDE
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/qemu_mips64_defconfig')
-rw-r--r-- | configs/qemu_mips64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_mips64_defconfig b/configs/qemu_mips64_defconfig index e748f02c1d5..45513be56f7 100644 --- a/configs/qemu_mips64_defconfig +++ b/configs/qemu_mips64_defconfig @@ -4,6 +4,7 @@ CONFIG_CPU_MIPS64_R1=y CONFIG_BOOTDELAY=10 CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="qemu-mips64 # " +CONFIG_CMD_IDE=y # CONFIG_CMD_LOADB is not set # CONFIG_CMD_LOADS is not set # CONFIG_CMD_SETEXPR is not set |