aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/sis/sis966/Kconfig
blob: 390589ce0cb92b2aedd7674a0d49ce2bcfe5ffeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config SOUTHBRIDGE_SIS_SIS966
	bool
	select IOAPIC
	select HAVE_USBDEBUG
	select HAVE_HARD_RESET

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