aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/Kconfig
blob: 1fbb43c9bdb84f789efb8857c2c4be07c5cedf62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SPDX-License-Identifier: GPL-2.0-only

if VENDOR_SIEMENS

choice
	prompt "Mainboard model"

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

endchoice

source "src/mainboard/siemens/*/Kconfig"

config MAINBOARD_VENDOR
	default "Siemens"

endif # VENDOR_SIEMENS