78d1e1d0a1
This syncs up the current cmd/Kconfig and include/configs/ files with the only exception being CMD_NAND. Due to how we have used this historically we need to take further care here when converting. Signed-off-by: Tom Rini <trini@konsulko.com>
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ORION5X=y
|
|
CONFIG_TARGET_EDMINIV2=y
|
|
CONFIG_SPL=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="EDMiniV2> "
|
|
CONFIG_CMD_I2C=y
|
|
CONFIG_CMD_USB=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_SYS_NS16550=y
|