mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
070f3168fa
This converts the following to Kconfig: CONFIG_CMD_IOLOOP Signed-off-by: Simon Glass <sjg@chromium.org>
30 lines
391 B
Text
30 lines
391 B
Text
if TARGET_HRCON
|
|
|
|
config SYS_BOARD
|
|
default "mpc8308"
|
|
|
|
config SYS_VENDOR
|
|
default "gdsys"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "hrcon"
|
|
|
|
endif
|
|
|
|
if TARGET_STRIDER
|
|
|
|
config SYS_BOARD
|
|
default "mpc8308"
|
|
|
|
config SYS_VENDOR
|
|
default "gdsys"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "strider"
|
|
|
|
endif
|
|
|
|
config CMD_IOLOOP
|
|
bool "Enable 'ioloop' and 'ioreflect' commands"
|
|
help
|
|
These commands provide FPGA tests.
|