aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2735/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-10 11:31:17 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-10 21:15:04 +0100
commitf76de841f13d9909e932f9dbfc760a61883d3855 (patch)
treed7bd5b88371c4d443763f6677598ab2462298d1f /src/mainboard/tyan/s2735/Kconfig
parent63d5088bb6fd68f4384adf806d72116b80f30189 (diff)
[REMOVAL] tyan/s2735
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: I460208c18964857be73d9a4449ecfd872ccad98a Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/12374 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/tyan/s2735/Kconfig')
-rw-r--r--src/mainboard/tyan/s2735/Kconfig41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/mainboard/tyan/s2735/Kconfig b/src/mainboard/tyan/s2735/Kconfig
deleted file mode 100644
index a64c0e32f9..0000000000
--- a/src/mainboard/tyan/s2735/Kconfig
+++ /dev/null
@@ -1,41 +0,0 @@
-if BOARD_TYAN_S2735
-
-config BOARD_SPECIFIC_OPTIONS # dummy
- def_bool y
- select CPU_INTEL_SOCKET_MPGA604
- select NORTHBRIDGE_INTEL_E7501
- select SOUTHBRIDGE_INTEL_I82870
- select SOUTHBRIDGE_INTEL_I82801EX
- select SUPERIO_WINBOND_W83627HF
- select HAVE_PIRQ_TABLE
- select HAVE_MP_TABLE
- select UDELAY_TSC
- select HAVE_OPTION_TABLE
- select USE_WATCHDOG_ON_BOOT
- select BOARD_ROMSIZE_KB_512
-
-config MAINBOARD_DIR
- string
- default tyan/s2735
-
-config DCACHE_RAM_BASE
- hex
- default 0xcf000
-
-config DCACHE_RAM_SIZE
- hex
- default 0x1000
-
-config MAINBOARD_PART_NUMBER
- string
- default "S2735"
-
-config IRQ_SLOT_COUNT
- int
- default 15
-
-config MAX_CPUS
- int
- default 4
-
-endif # BOARD_TYAN_S2735