Change-Id: I71dc3dd270b9a61c86b59031f898af37f0fea345 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80590 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
17 lines
252 B
Text
17 lines
252 B
Text
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
if VENDOR_AOPEN
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
source "src/mainboard/aopen/*/Kconfig.name"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/aopen/*/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
default "AOpen"
|
|
|
|
endif # VENDOR_AOPEN
|