aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2875
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-11-27 11:03:20 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-11-27 11:03:20 +0000
commit4638c924f0e0ceb150956acead08b97949074e8e (patch)
treef6d80482f799d8f7273772e28114b786726a7e8c /src/mainboard/tyan/s2875
parent13250d13f726b3ecc54ae39deabb7b1e7372918a (diff)
Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID
Usually, this means adding values to Kconfig, but in a few cases, adding values to newconfig, too (which doesn't hurt). Also really hook up tyan/s2850 and tyan/s2875 to kconfig, and have them still build. Trivial and stupid kconfig changes, just lots of them. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4959 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2875')
-rw-r--r--src/mainboard/tyan/s2875/Kconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/mainboard/tyan/s2875/Kconfig b/src/mainboard/tyan/s2875/Kconfig
index 94b2b5a0af..a30df0a278 100644
--- a/src/mainboard/tyan/s2875/Kconfig
+++ b/src/mainboard/tyan/s2875/Kconfig
@@ -10,6 +10,7 @@ config BOARD_TYAN_S2875
select HAVE_PIRQ_TABLE
select HAVE_MP_TABLE
select BOARD_ROMSIZE_KB_512
+ select IOAPIC
config MAINBOARD_DIR
string
@@ -65,3 +66,29 @@ config IRQ_SLOT_COUNT
int
default 13
depends on BOARD_TYAN_S2875
+
+config HT_CHAIN_UNITID_BASE
+ hex
+ default 1
+ depends on BOARD_TYAN_S2875
+
+config HT_CHAIN_END_UNITID_BASE
+ hex
+ default 0x20
+ depends on BOARD_TYAN_S2875
+
+config SB_HT_CHAIN_UNITID_OFFSET_ONLY
+ bool
+ default y
+ depends on BOARD_TYAN_S2875
+
+config SB_HT_CHAIN_ON_BUS0
+ int
+ default 0
+ depends on BOARD_TYAN_S2875
+
+config APIC_ID_OFFSET
+ hex
+ default 0x0
+ depends on BOARD_TYAN_S2875
+