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

choice
	prompt "Mainboard model"

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

endchoice

source "src/mainboard/roda/*/Kconfig"

config MAINBOARD_VENDOR
	string
	default "Roda"

endif # VENDOR_RODA