From c96201acb1d16dea90d2f8477f694346e0829dd6 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 16 Apr 2024 11:39:13 -0600 Subject: mb/framework: Push initial port of azalea (Framework 13 AMD 7040) This is a minimal framework that allows the build to compile. Signed-off-by: Martin Roth Change-Id: Ief4b5c75471a2ef5bedaaee9b4737510c2826b6e Reviewed-on: https://review.coreboot.org/c/coreboot/+/81978 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/mainboard/framework/Kconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/mainboard/framework/Kconfig (limited to 'src/mainboard/framework/Kconfig') diff --git a/src/mainboard/framework/Kconfig b/src/mainboard/framework/Kconfig new file mode 100644 index 0000000000..980aa6d34f --- /dev/null +++ b/src/mainboard/framework/Kconfig @@ -0,0 +1,17 @@ +## SPDX-License-Identifier: GPL-2.0-or-later + +if VENDOR_FRAMEWORK + +choice + prompt "Mainboard model" + +source "src/mainboard/framework/*/Kconfig.name" + +endchoice + +source "src/mainboard/framework/*/Kconfig" + +config MAINBOARD_VENDOR + default "Framework" + +endif # VENDOR_FRAMEWORK -- cgit v1.2.3