summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/system76/Kconfig')
-rw-r--r--src/mainboard/system76/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/system76/Kconfig b/src/mainboard/system76/Kconfig
new file mode 100644
index 000000000000..62034a4222d5
--- /dev/null
+++ b/src/mainboard/system76/Kconfig
@@ -0,0 +1,16 @@
+if VENDOR_SYSTEM76
+
+choice
+ prompt "Mainboard model"
+
+source "src/mainboard/system76/*/Kconfig.name"
+
+endchoice
+
+source "src/mainboard/system76/*/Kconfig"
+
+config MAINBOARD_VENDOR
+ string
+ default "System76"
+
+endif