aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/protectli/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/protectli/Kconfig')
-rw-r--r--src/mainboard/protectli/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/protectli/Kconfig b/src/mainboard/protectli/Kconfig
new file mode 100644
index 0000000000..3a1b7a48e4
--- /dev/null
+++ b/src/mainboard/protectli/Kconfig
@@ -0,0 +1,16 @@
+if VENDOR_PROTECTLI
+
+choice
+ prompt "Mainboard model"
+
+source "src/mainboard/protectli/*/Kconfig.name"
+
+endchoice
+
+source "src/mainboard/protectli/*/Kconfig"
+
+config MAINBOARD_VENDOR
+ string "Mainboard Vendor"
+ default "Protectli"
+
+endif # VENDOR_PROTECTLI