diff options
Diffstat (limited to 'src/mainboard/tyan/s2850/Kconfig')
-rw-r--r-- | src/mainboard/tyan/s2850/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/mainboard/tyan/s2850/Kconfig b/src/mainboard/tyan/s2850/Kconfig index 8c52218f76..090aa79e07 100644 --- a/src/mainboard/tyan/s2850/Kconfig +++ b/src/mainboard/tyan/s2850/Kconfig @@ -59,3 +59,29 @@ config IRQ_SLOT_COUNT int default 12 depends on BOARD_TYAN_S2850 + +config HT_CHAIN_UNITID_BASE + hex + default 1 + depends on BOARD_TYAN_S2850 + +config HT_CHAIN_END_UNITID_BASE + hex + default 0x20 + depends on BOARD_TYAN_S2850 + +config SB_HT_CHAIN_UNITID_OFFSET_ONLY + bool + default y + depends on BOARD_TYAN_S2850 + +config SB_HT_CHAIN_ON_BUS0 + int + default 0 + depends on BOARD_TYAN_S2850 + +config APIC_ID_OFFSET + hex + default 0x0 + depends on BOARD_TYAN_S2850 + |