blob: 20f3bff2e3a6160097f507a1743a26c6ba1854a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
config CHIPSET_BOOTBLOCK_INCLUDE
string
default "southbridge/sis/sis966/romstrap.inc"
endif
|