909a7419be9021df27078853f1330d85029ffdb5
[coreboot.git] / src / southbridge / sis / sis966 / Kconfig
1 config SOUTHBRIDGE_SIS_SIS966
2         bool
3         select IOAPIC
4         select HAVE_USBDEBUG
5
6 config BOOTBLOCK_SOUTHBRIDGE_INIT
7         string
8         default "southbridge/sis/sis966/bootblock.c" if SOUTHBRIDGE_SIS_SIS966
9
10 config ID_SECTION_OFFSET
11         hex
12         default 0x80 if SOUTHBRIDGE_SIS_SIS966
13
14 config EHCI_BAR
15         hex
16         default 0xfef00000 if SOUTHBRIDGE_SIS_SIS966
17
18 config EHCI_DEBUG_OFFSET
19         hex
20         default 0x98 if SOUTHBRIDGE_SIS_SIS966