aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2880/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-10 11:32:16 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-10 21:20:56 +0100
commitf3601c406f2727463cb97e5a1a911f4d730a072f (patch)
tree11885660d6fbf62efab5f25fe961ef762e88c954 /src/mainboard/tyan/s2880/Kconfig
parent502a7e41dfb0cdda124cee2876aea5206e0611eb (diff)
[REMOVAL] tyan/s2880
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: Ifd1dfa35ae13ec01d932250994086edebece924d Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/12377 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/tyan/s2880/Kconfig')
-rw-r--r--src/mainboard/tyan/s2880/Kconfig49
1 files changed, 0 insertions, 49 deletions
diff --git a/src/mainboard/tyan/s2880/Kconfig b/src/mainboard/tyan/s2880/Kconfig
deleted file mode 100644
index 62b4e70c16..0000000000
--- a/src/mainboard/tyan/s2880/Kconfig
+++ /dev/null
@@ -1,49 +0,0 @@
-if BOARD_TYAN_S2880
-
-config BOARD_SPECIFIC_OPTIONS # dummy
- def_bool y
- select CPU_AMD_SOCKET_940
- select NORTHBRIDGE_AMD_AMDK8
- select SOUTHBRIDGE_AMD_AMD8131
- 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
- select QRANK_DIMM_SUPPORT
-
-config MAINBOARD_DIR
- string
- default tyan/s2880
-
-config APIC_ID_OFFSET
- hex
- default 0x0
-
-config MAINBOARD_PART_NUMBER
- string
- default "S2880"
-
-config MAX_CPUS
- int
- default 2
-
-config MAX_PHYSICAL_CPUS
- int
- default 2
-
-config HT_CHAIN_UNITID_BASE
- hex
- default 0x1
-
-config HT_CHAIN_END_UNITID_BASE
- hex
- default 0x20
-
-config IRQ_SLOT_COUNT
- int
- default 13
-
-endif # BOARD_TYAN_S2880