mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
221a949eb6
Currently these (board agnostic) commands cannot be selected using menuconfig and friends. Fix this the obvious way. As part of this, don't muddle the meaning of CONFIG_HASH_VERIFY to mean both 'hash -v' and "we have a hashing command" as this makes the Kconfig logic odd. Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org> [trini: Re-apply, add imply for a few cases, run moveconfig.py, also migrate CRC32_VERIFY] Signed-off-by: Tom Rini <trini@konsulko.com>
26 lines
629 B
Text
26 lines
629 B
Text
CONFIG_XTENSA=y
|
|
CONFIG_SYS_CPU="dc233c"
|
|
CONFIG_XTFPGA_KC705=y
|
|
CONFIG_BOOTDELAY=10
|
|
CONFIG_VERSION_VARIABLE=y
|
|
CONFIG_SYS_PROMPT="U-Boot> "
|
|
CONFIG_AUTOBOOT_KEYED=y
|
|
CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press <SPACE> to stop\n"
|
|
CONFIG_AUTOBOOT_STOP_STR=" "
|
|
CONFIG_CMD_ASKENV=y
|
|
CONFIG_CRC32_VERIFY=y
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_CMD_DIAG=y
|
|
CONFIG_DM=y
|
|
# CONFIG_DM_WARN is not set
|
|
# CONFIG_DM_DEVICE_REMOVE is not set
|
|
# CONFIG_DM_STDIO is not set
|
|
# CONFIG_DM_SEQ_ALIAS is not set
|
|
CONFIG_MTD_NOR_FLASH=y
|
|
CONFIG_PHYLIB=y
|
|
CONFIG_DM_ETH=y
|
|
CONFIG_ETHOC=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_SYSRESET=y
|
|
CONFIG_OF_LIBFDT=y
|