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