Change-Id: Ia2100d26027a7f71739d5445f781b52c517ed966 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80594 Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
17 lines
247 B
Text
17 lines
247 B
Text
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
if VENDOR_RODA
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
source "src/mainboard/roda/*/Kconfig.name"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/roda/*/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
default "Roda"
|
|
|
|
endif # VENDOR_RODA
|