blob: 867d08c347337d2221ef7964d69eaf8fb8df6288 (
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 TINY_BOOTBLOCK
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
|