aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2895/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/tyan/s2895/Kconfig')
-rw-r--r--src/mainboard/tyan/s2895/Kconfig55
1 files changed, 0 insertions, 55 deletions
diff --git a/src/mainboard/tyan/s2895/Kconfig b/src/mainboard/tyan/s2895/Kconfig
deleted file mode 100644
index 21db63ccaf..0000000000
--- a/src/mainboard/tyan/s2895/Kconfig
+++ /dev/null
@@ -1,55 +0,0 @@
-if BOARD_TYAN_S2895
-
-config BOARD_SPECIFIC_OPTIONS # dummy
- def_bool y
- select CPU_AMD_SOCKET_940
- select NORTHBRIDGE_AMD_AMDK8
- select SOUTHBRIDGE_NVIDIA_CK804
- select SOUTHBRIDGE_AMD_AMD8131
- select HT_CHAIN_DISTRIBUTE
- select SUPERIO_SMSC_LPC47B397
- select HAVE_OPTION_TABLE
- select HAVE_PIRQ_TABLE
- select HAVE_MP_TABLE
- select HAVE_ACPI_TABLES
- select BOARD_ROMSIZE_KB_1024
- select QRANK_DIMM_SUPPORT
- select K8_ALLOCATE_IO_RANGE
-
-config MAINBOARD_DIR
- string
- default tyan/s2895
-
-config APIC_ID_OFFSET
- hex
- default 0x10
-
-config CK804_NUM
- int
- default 2
-
-config MAINBOARD_PART_NUMBER
- string
- default "S2895"
-
-config MAX_CPUS
- int
- default 4
-
-config MAX_PHYSICAL_CPUS
- int
- default 2
-
-config HT_CHAIN_UNITID_BASE
- hex
- default 0
-
-config HT_CHAIN_END_UNITID_BASE
- hex
- default 0x20
-
-config IRQ_SLOT_COUNT
- int
- default 11
-
-endif # BOARD_TYAN_S2895