blob: 867d08c347337d2221ef7964d69eaf8fb8df6288 [file] [log] [blame]
Patrick Georgi88f55b22009-09-25 18:43:02 +00001config SOUTHBRIDGE_SIS_SIS966
2 bool
Patrick Georgid5663ba2010-01-18 17:30:36 +00003 select IOAPIC
Uwe Hermann65e60342010-09-26 07:35:55 +00004 select HAVE_USBDEBUG
Uwe Hermannb9c224e2010-12-16 19:57:54 +00005 select TINY_BOOTBLOCK
6
7config BOOTBLOCK_SOUTHBRIDGE_INIT
8 string
9 default "southbridge/sis/sis966/bootblock.c" if SOUTHBRIDGE_SIS_SIS966
Patrick Georgi436f99b2009-11-27 16:55:13 +000010
11config ID_SECTION_OFFSET
12 hex
13 default 0x80 if SOUTHBRIDGE_SIS_SIS966
Patrick Georgi5692c572010-10-05 13:40:31 +000014
15config EHCI_BAR
16 hex
17 default 0xfef00000 if SOUTHBRIDGE_SIS_SIS966
18
19config EHCI_DEBUG_OFFSET
20 hex
21 default 0x98 if SOUTHBRIDGE_SIS_SIS966