summaryrefslogtreecommitdiff
path: root/src/southbridge/sis/sis966/Kconfig
blob: 3cee5b313630d7de54f86d7d9ae1aa1b8c5aceab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config SOUTHBRIDGE_SIS_SIS966
	bool
	select IOAPIC
	select HAVE_USBDEBUG

config BOOTBLOCK_SOUTHBRIDGE_INIT
	string
	default "southbridge/sis/sis966/bootblock.c" if SOUTHBRIDGE_SIS_SIS966

config EHCI_BAR
	hex
	default 0xfef00000 if SOUTHBRIDGE_SIS_SIS966

config EHCI_DEBUG_OFFSET
	hex
	default 0x98 if SOUTHBRIDGE_SIS_SIS966