89cb2b5f8b
Update the config.h and defconfig files for the commands that 8e3c036 converted over to Kconfig Signed-off-by: Tom Rini <trini@konsulko.com>
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_S5PC1XX=y
|
|
CONFIG_TARGET_SMDKC100=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="s5pc1xx-smdkc100"
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="SMDKC100 # "
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_FAT=y
|