## 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