summaryrefslogtreecommitdiff
path: root/src/mainboard/dell/s1850/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/s1850/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/s1850/Kconfig')
-rw-r--r--src/mainboard/dell/s1850/Kconfig44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/mainboard/dell/s1850/Kconfig b/src/mainboard/dell/s1850/Kconfig
deleted file mode 100644
index cd4a6a9483..0000000000
--- a/src/mainboard/dell/s1850/Kconfig
+++ /dev/null
@@ -1,44 +0,0 @@
-if BOARD_DELL_S1850
-
-config BOARD_SPECIFIC_OPTIONS # dummy
- def_bool y
- select ARCH_X86
- select CPU_INTEL_SOCKET_MPGA604
- select NORTHBRIDGE_INTEL_E7520
- select SOUTHBRIDGE_INTEL_I82801EX
- select SOUTHBRIDGE_INTEL_PXHD
- select SUPERIO_NSC_PC8374
- select ROMCC
- select HAVE_OPTION_TABLE
- select BOARD_HAS_HARD_RESET
- select HAVE_PIRQ_TABLE
- select HAVE_MP_TABLE
- select USE_WATCHDOG_ON_BOOT
- select BOARD_ROMSIZE_KB_1024
- select UDELAY_TSC
-
-config MAINBOARD_DIR
- string
- default dell/s1850
-
-config MAINBOARD_PART_NUMBER
- string
- default "PowerEdge 1850"
-
-config MAX_CPUS
- int
- default 4
-
-config MAX_PHYSICAL_CPUS
- int
- default 1
-
-config IRQ_SLOT_COUNT
- int
- default 9
-
-config DIMM_MAP_LOGICAL
- hex
- default 0x2841
-
-endif # BOARD_DELL_S1850