coreboot/src/mainboard/roda/Kconfig
Martin Roth 39065ef5f7 mb/opencellular to mb/roda: Add SPDX license headers to Kconfig files
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>
2024-02-18 02:02:44 +00:00

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