Get rid of the old romstage-as-bootblock ROM layout
[coreboot.git] / src / southbridge / sis / sis966 / Kconfig
index a61c5ddff43670d6aaf854e8825307e46bdf9b19..909a7419be9021df27078853f1330d85029ffdb5 100644 (file)
@@ -1,2 +1,20 @@
 config SOUTHBRIDGE_SIS_SIS966
        bool
+       select IOAPIC
+       select HAVE_USBDEBUG
+
+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