mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-23 20:49:56 +01:00
This converts the following to Kconfig: CONFIG_LZMA Signed-off-by: Simon Glass <sjg@chromium.org>
16 lines
368 B
Text
16 lines
368 B
Text
CONFIG_MIPS=y
|
|
CONFIG_TARGET_QEMU_MIPS=y
|
|
CONFIG_BOOTDELAY=10
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="qemu-mips # "
|
|
CONFIG_CMD_IDE=y
|
|
# CONFIG_CMD_LOADB is not set
|
|
# CONFIG_CMD_LOADS is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_EXT2=y
|
|
CONFIG_CMD_FAT=y
|
|
# CONFIG_ISO_PARTITION is not set
|
|
CONFIG_MTD_NOR_FLASH=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_LZMA=y
|