summaryrefslogtreecommitdiff
path: root/board/buffalo/lsxl/Kconfig
blob: fd8f0542c31a201f764db9071d2080b53c8703df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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