blob: 20f3bff2e3a6160097f507a1743a26c6ba1854a2 [file] [log] [blame]
Patrick Georgi88f55b22009-09-25 18:43:02 +00001config SOUTHBRIDGE_SIS_SIS966
2 bool
Patrick Georgid5663ba2010-01-18 17:30:36 +00003 select IOAPIC
Uwe Hermann65e60342010-09-26 07:35:55 +00004 select HAVE_USBDEBUG
Patrick Georgie0ddbc72012-02-16 19:56:50 +01005 select HAVE_HARD_RESET
Uwe Hermannb9c224e2010-12-16 19:57:54 +00006
Aaron Durbin3953e392015-09-03 00:41:29 -05007if SOUTHBRIDGE_SIS_SIS966
8
Uwe Hermannb9c224e2010-12-16 19:57:54 +00009config BOOTBLOCK_SOUTHBRIDGE_INIT
10 string
Aaron Durbin3953e392015-09-03 00:41:29 -050011 default "southbridge/sis/sis966/bootblock.c"
Patrick Georgi436f99b2009-11-27 16:55:13 +000012
Patrick Georgi5692c572010-10-05 13:40:31 +000013config EHCI_BAR
14 hex
Aaron Durbin3953e392015-09-03 00:41:29 -050015 default 0xfef00000
16
17config CHIPSET_BOOTBLOCK_INCLUDE
18 string
19 default "southbridge/sis/sis966/romstrap.inc"
20
21endif