mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
e9ce70eff0
This converts the following to Kconfig: CONFIG_LSCHLV2 CONFIG_LSXHL Cc: Michael Walle <michael@walle.cc> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Michael Walle <michael@walle.cc>
23 lines
251 B
Text
23 lines
251 B
Text
if TARGET_LSXL
|
|
|
|
config SYS_BOARD
|
|
default "lsxl"
|
|
|
|
config SYS_VENDOR
|
|
default "buffalo"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "lsxl"
|
|
|
|
choice
|
|
prompt "Board model"
|
|
|
|
config LSCHLV2
|
|
bool "LSCHLV2 support"
|
|
|
|
config LSXHL
|
|
bool "LSXHL support"
|
|
|
|
endchoice
|
|
|
|
endif
|