soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git] / src / mainboard / siemens / Kconfig
blob1fbb43c9bdb84f789efb8857c2c4be07c5cedf62
1 ## SPDX-License-Identifier: GPL-2.0-only
3 if VENDOR_SIEMENS
5 choice
6         prompt "Mainboard model"
8 source "src/mainboard/siemens/*/Kconfig.name"
10 endchoice
12 source "src/mainboard/siemens/*/Kconfig"
14 config MAINBOARD_VENDOR
15         default "Siemens"
17 endif # VENDOR_SIEMENS