coreboot-kgpe-d16/src/mainboard/aopen/Kconfig
Martin Roth 595e7777e7 Kconfig whitespace fixes
trivial whitespace fixes.  Mostly changing leading spaces to tabs.

Change-Id: I0bdfe2059b90725e64adfc0bdde785b4e406969d
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/10000
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2015-04-28 21:14:56 +02:00

16 lines
218 B
Text

if VENDOR_AOPEN
choice
prompt "Mainboard model"
source "src/mainboard/aopen/*/Kconfig.name"
endchoice
source "src/mainboard/aopen/*/Kconfig"
config MAINBOARD_VENDOR
string
default "AOpen"
endif # VENDOR_AOPEN