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

choice
	prompt "Mainboard model"

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

endchoice

source "src/mainboard/elmex/*/Kconfig"

config MAINBOARD_VENDOR
	string
	default "ELMEX"

endif # VENDOR_ELMEX