summaryrefslogtreecommitdiffstats
path: root/src/mainboard/bostentech/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/bostentech/Kconfig')
-rw-r--r--src/mainboard/bostentech/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/mainboard/bostentech/Kconfig b/src/mainboard/bostentech/Kconfig
new file mode 100644
index 000000000000..15a7657faa6c
--- /dev/null
+++ b/src/mainboard/bostentech/Kconfig
@@ -0,0 +1,19 @@
+if VENDOR_BOSTENTECH
+
+choice
+ prompt "Mainboard model"
+
+source "src/mainboard/bostentech/*/Kconfig.name"
+
+endchoice
+
+source "src/mainboard/bostentech/*/Kconfig"
+
+config MAINBOARD_VENDOR
+ default "Shenzhen Bostrontium Teng Technology"
+
+config MAINBOARD_FAMILY
+ string
+ default MAINBOARD_PART_NUMBER
+
+endif # VENDOR_BOSTENTECH