summaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2850/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-10 11:31:33 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-10 21:15:12 +0100
commit9f21230e36b29300ec791a1d2b87c0cc090e7815 (patch)
tree55d2e474c7e89312338738de54601f0fbf303996 /src/mainboard/tyan/s2850/Kconfig
parentf76de841f13d9909e932f9dbfc760a61883d3855 (diff)
downloadcoreboot-9f21230e36b29300ec791a1d2b87c0cc090e7815.tar.xz
[REMOVAL] tyan/s2850
As announced in http://permalink.gmane.org/gmane.linux.bios/81918 I am removing all boards older than 10 years from the tree. Change-Id: Ibf3849dcd7a1ef1d8bc5dfc864172a8254a64b6f Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/12375 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/tyan/s2850/Kconfig')
-rw-r--r--src/mainboard/tyan/s2850/Kconfig47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/mainboard/tyan/s2850/Kconfig b/src/mainboard/tyan/s2850/Kconfig
deleted file mode 100644
index 2866b0c5c7..0000000000
--- a/src/mainboard/tyan/s2850/Kconfig
+++ /dev/null
@@ -1,47 +0,0 @@
-if BOARD_TYAN_S2850
-
-config BOARD_SPECIFIC_OPTIONS # dummy
- def_bool y
- select CPU_AMD_SOCKET_940
- select NORTHBRIDGE_AMD_AMDK8
- select SOUTHBRIDGE_AMD_AMD8111
- select SUPERIO_WINBOND_W83627HF
- select HAVE_OPTION_TABLE
- select HAVE_PIRQ_TABLE
- select HAVE_MP_TABLE
- select BOARD_ROMSIZE_KB_512
- select SB_HT_CHAIN_UNITID_OFFSET_ONLY
-
-config MAINBOARD_DIR
- string
- default tyan/s2850
-
-config MAINBOARD_PART_NUMBER
- string
- default "S2850"
-
-config MAX_CPUS
- int
- default 2
-
-config MAX_PHYSICAL_CPUS
- int
- default 1
-
-config IRQ_SLOT_COUNT
- int
- default 12
-
-config HT_CHAIN_UNITID_BASE
- hex
- default 1
-
-config HT_CHAIN_END_UNITID_BASE
- hex
- default 0x20
-
-config APIC_ID_OFFSET
- hex
- default 0x0
-
-endif # BOARD_TYAN_S2850