diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-10 11:31:53 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-10 23:04:13 +0100 |
commit | 7593bda5a85c79131973b195eda5a61aabe26429 (patch) | |
tree | 29d8b6dc8addd05935010ab293e3f11a63c35492 /src/mainboard/tyan/s2875/Kconfig | |
parent | 69ded8f79feb11bd303822231943fbc42e9142ba (diff) |
[REMOVAL] tyan/s2875
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: I36c2b0290f95f4c0f6bed6a7427fb3aab968d4da
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/12376
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/tyan/s2875/Kconfig')
-rw-r--r-- | src/mainboard/tyan/s2875/Kconfig | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/src/mainboard/tyan/s2875/Kconfig b/src/mainboard/tyan/s2875/Kconfig deleted file mode 100644 index 85c3ab4ecc..0000000000 --- a/src/mainboard/tyan/s2875/Kconfig +++ /dev/null @@ -1,49 +0,0 @@ -if BOARD_TYAN_S2875 - -config BOARD_SPECIFIC_OPTIONS # dummy - def_bool y - select CPU_AMD_SOCKET_940 - select NORTHBRIDGE_AMD_AMDK8 - select SOUTHBRIDGE_AMD_AMD8151 - 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/s2875 - -config MAINBOARD_PART_NUMBER - string - default "S2875" - -config MAX_CPUS - int - default 4 - -config MAX_PHYSICAL_CPUS - int - default 2 - -config IRQ_SLOT_COUNT - int - default 13 - -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_S2875 |