summaryrefslogtreecommitdiff
path: root/src/mainboard/framework/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-04-16 11:39:13 -0600
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-04-26 22:01:31 +0000
commitc96201acb1d16dea90d2f8477f694346e0829dd6 (patch)
tree9b60b8f7d5fdc11fc2622fc3084242f1f45a7a92 /src/mainboard/framework/Kconfig
parentacfdf0d43c502f4346fd614c4c60b6fd345faed7 (diff)
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 <gaumless@gmail.com> Change-Id: Ief4b5c75471a2ef5bedaaee9b4737510c2826b6e Reviewed-on: https://review.coreboot.org/c/coreboot/+/81978 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/framework/Kconfig')
-rw-r--r--src/mainboard/framework/Kconfig17
1 files changed, 17 insertions, 0 deletions
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