diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-10 11:32:50 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-10 21:34:22 +0100 |
commit | c5ab0979f6263cfb8a0be54670cac427db84d092 (patch) | |
tree | 6428b0a9d700e5398cf02adf4b11f463d865e30e /src/mainboard/tyan/s2882/Kconfig | |
parent | 3844d9a30c2226d47481013360fcee9a63e4f234 (diff) |
[REMOVAL] tyan/s2882
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: Ie44a3c46b82e77028921339c50ae4c176e38055c
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/12379
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/tyan/s2882/Kconfig')
-rw-r--r-- | src/mainboard/tyan/s2882/Kconfig | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/src/mainboard/tyan/s2882/Kconfig b/src/mainboard/tyan/s2882/Kconfig deleted file mode 100644 index bf980d7654..0000000000 --- a/src/mainboard/tyan/s2882/Kconfig +++ /dev/null @@ -1,50 +0,0 @@ -if BOARD_TYAN_S2882 - -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 DRIVERS_SIL_3114 - select QRANK_DIMM_SUPPORT - -config MAINBOARD_DIR - string - default tyan/s2882 - -config APIC_ID_OFFSET - hex - default 0x0 - -config MAINBOARD_PART_NUMBER - string - default "S2882" - -config MAX_CPUS - int - default 4 - -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 15 - -endif # BOARD_TYAN_S2882 |