summaryrefslogtreecommitdiff
path: root/src/southbridge/sis/sis966/Kconfig
blob: 909a7419be9021df27078853f1330d85029ffdb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 ID_SECTION_OFFSET
	hex
	default 0x80 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