summaryrefslogtreecommitdiff
path: root/src/mainboard/gizmosphere/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gizmosphere/Kconfig')
-rw-r--r--src/mainboard/gizmosphere/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mainboard/gizmosphere/Kconfig b/src/mainboard/gizmosphere/Kconfig
deleted file mode 100644
index 245bf52e89..0000000000
--- a/src/mainboard/gizmosphere/Kconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-
-if VENDOR_GIZMOSPHERE
-
-choice
- prompt "Mainboard model"
-
-source "src/mainboard/gizmosphere/*/Kconfig.name"
-
-endchoice
-
-source "src/mainboard/gizmosphere/*/Kconfig"
-
-config MAINBOARD_VENDOR
- default "GizmoSphere"
-
-endif # VENDOR_GIZMOSPHERE