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