aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/dell/Kconfig
diff options
context:
space:
mode:
authorRon Minnich <rminnich@gmail.com>2012-04-05 20:25:38 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-04-06 23:42:04 +0200
commite875328c79ccf7a5ef266b2ab40a6b7c937da71c (patch)
treedfff5191ea2d30a91bc3d763e96784ab38c68cb4 /src/mainboard/dell/Kconfig
parentd3801f4f6fe985b7c16ada84a457da25f23b87a0 (diff)
Remove Dell s1850
It's almost 10 years old. It never worked. It's a soldered in FLASH, so mistakes are fatal. It's got no redeeming features. Remove the dell directory. In 12 years of trying to work with Dell we have not had much interest. It's misleading to have it there. Change-Id: I83ff009bd7a6d5289229ca39608789ae5c33710b Reviewed-on: http://review.coreboot.org/876 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/dell/Kconfig')
-rw-r--r--src/mainboard/dell/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mainboard/dell/Kconfig b/src/mainboard/dell/Kconfig
deleted file mode 100644
index fb665c45cf..0000000000
--- a/src/mainboard/dell/Kconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-if VENDOR_DELL
-
-choice
- prompt "Mainboard model"
-
-config BOARD_DELL_S1850
- bool "PowerEdge 1850"
-
-endchoice
-
-source "src/mainboard/dell/s1850/Kconfig"
-
-config MAINBOARD_VENDOR
- string
- default "Dell"
-
-endif # VENDOR_DELL