595e7777e7
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>
16 lines
218 B
Text
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
|