Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
4290ed7835e0a76792b8e554ae79e3f6d52ac800
/
.
/
board
/
buffalo
/
lsxl
/
Kconfig
blob: fd8f0542c31a201f764db9071d2080b53c8703df [
file
] [
log
] [
blame
]
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