summaryrefslogtreecommitdiffstats
path: root/src/mainboard/starlabs/Kconfig
blob: 4295ef4bdd5cebbe6033b4a840b58543f4704925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if VENDOR_STARLABS

choice
	prompt "Mainboard model"

source "src/mainboard/starlabs/*/Kconfig.name"

endchoice

source "src/mainboard/starlabs/*/Kconfig"

config MAINBOARD_VENDOR
	default "Star Labs"

config LOCAL_VERSION
	string
	default "8.18"

endif # VENDOR_STARLABS