mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
e4aa8edb6e
Add CMD_GPIO to Kconfig and run tools/moveconfig.py . Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Simon Glass <sjg@chromium.org>
11 lines
284 B
Text
11 lines
284 B
Text
CONFIG_PPC=y
|
|
CONFIG_MPC85xx=y
|
|
CONFIG_TARGET_UCP1020=y
|
|
CONFIG_SYS_PROMPT="B$ "
|
|
CONFIG_AUTOBOOT_KEYED=y
|
|
CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc>\" to stop\n"
|
|
CONFIG_AUTOBOOT_STOP_STR="\x1b"
|
|
CONFIG_CMD_GPIO=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_E1000=y
|