blob: 1fbd57d7dcc6c88e9a7a37fef59698a1689b39c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|