aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/51nb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/51nb/Kconfig')
-rw-r--r--src/mainboard/51nb/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/mainboard/51nb/Kconfig b/src/mainboard/51nb/Kconfig
new file mode 100644
index 0000000000..2b3a493c7a
--- /dev/null
+++ b/src/mainboard/51nb/Kconfig
@@ -0,0 +1,19 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+# This file is part of the coreboot project.
+
+if VENDOR_51NB
+
+choice
+ prompt "Mainboard model"
+
+source "src/mainboard/51nb/*/Kconfig.name"
+
+endchoice
+
+source "src/mainboard/51nb/*/Kconfig"
+
+config MAINBOARD_VENDOR
+ string "Mainboard Vendor"
+ default "51NB"
+
+endif # VENDOR_51NB