aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/starlabs/Kconfig
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2021-06-04 18:34:45 +0000
committerPatrick Georgi <pgeorgi@google.com>2021-06-04 18:52:32 +0000
commitfb1858539f7451317730fda785600c81ec44dfd2 (patch)
tree3e1521c08d35ff708de495f91a233da0af181129 /src/mainboard/starlabs/Kconfig
parentfc7900b6b96cdb7044122bc00bbd5c760a069325 (diff)
Revert "src/mainboard: Add Star Labs labtop series"
This reverts commit 2e665eb8daa2963c52092e694a5316dc544a23f5. Reason for revert: Was submitted too early and out-of-order. Change-Id: I119b7a81b849bbe3424d73d5fdf9b55481444686 Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54971 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/starlabs/Kconfig')
-rw-r--r--src/mainboard/starlabs/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mainboard/starlabs/Kconfig b/src/mainboard/starlabs/Kconfig
deleted file mode 100644
index 4df05881d1..0000000000
--- a/src/mainboard/starlabs/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-if VENDOR_STARLABS
-
-choice
- prompt "Mainboard model"
-
-source "src/mainboard/starlabs/*/Kconfig.name"
-
-endchoice
-
-source "src/mainboard/starlabs/*/Kconfig"
-
-config MAINBOARD_VENDOR
- default "Star Labs"
-
-endif # VENDOR_STARLABS