aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/adi/Kconfig
blob: 5079d96acdc1c8cf9c1ce09d3c25146e8a22a5df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if VENDOR_ADI

choice
	prompt "Mainboard model"

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

endchoice

source "src/mainboard/adi/*/Kconfig"

config MAINBOARD_VENDOR
	string
	default "ADI"

endif # VENDOR_ADI