summaryrefslogtreecommitdiffstats
path: root/src/mainboard/protectli/Kconfig
blob: 1b4152e1198344114a90b75a267d44a1469fd671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if VENDOR_PROTECTLI

choice
	prompt "Mainboard model"

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

endchoice

source "src/mainboard/protectli/*/Kconfig"

config MAINBOARD_VENDOR
	default "Protectli"

endif # VENDOR_PROTECTLI