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