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

if SOUTHBRIDGE_SIS_SIS966

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

config EHCI_BAR
	hex
	default 0xfef00000

endif