summaryrefslogtreecommitdiff
path: root/board/LaCie/net2big_v2/Kconfig
blob: 758d25e007141d5e5f892723b3a0f6e7fd081ffe (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_NET2BIG_V2

choice
	prompt "Board variant"

config D2NET_V2
	bool "D2NET v2"

config NET2BIG_V2
	bool "NET2BIG v2"

endchoice

config SYS_BOARD
	default "net2big_v2"

config SYS_VENDOR
	default "LaCie"

config SYS_CONFIG_NAME
	default "lacie_kw"

endif