summaryrefslogtreecommitdiff
path: root/src/mainboard/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/Kconfig
parentd3801f4f6fe985b7c16ada84a457da25f23b87a0 (diff)
downloadcoreboot-e875328c79ccf7a5ef266b2ab40a6b7c937da71c.tar.xz
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/Kconfig')
-rw-r--r--src/mainboard/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig
index 051ae45dff..64ae1d6718 100644
--- a/src/mainboard/Kconfig
+++ b/src/mainboard/Kconfig
@@ -44,8 +44,6 @@ config VENDOR_BROADCOM
bool "Broadcom"
config VENDOR_COMPAQ
bool "Compaq"
-config VENDOR_DELL
- bool "Dell"
config VENDOR_DIGITALLOGIC
bool "DIGITAL-LOGIC"
config VENDOR_EAGLELION
@@ -149,7 +147,6 @@ source "src/mainboard/bifferos/Kconfig"
source "src/mainboard/biostar/Kconfig"
source "src/mainboard/broadcom/Kconfig"
source "src/mainboard/compaq/Kconfig"
-source "src/mainboard/dell/Kconfig"
source "src/mainboard/digitallogic/Kconfig"
source "src/mainboard/eaglelion/Kconfig"
source "src/mainboard/ecs/Kconfig"