summaryrefslogtreecommitdiff
path: root/src/mainboard/scaleway/Kconfig
blob: 2af3e29c36a7b95cc1e79345ebff4fe234822db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if VENDOR_SCALEWAY

choice
	prompt "Mainboard model"

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

endchoice

source "src/mainboard/scaleway/*/Kconfig"

config MAINBOARD_VENDOR
	string
	default "Scaleway"

endif # VENDOR_SCALEWAY