Unify ID_SECTION_OFFSET and mark it deprecated
[coreboot.git] / src / southbridge / nvidia / ck804 / Kconfig
index d4a86507088a3b2abb4b660df15dd5ca79b8ac42..97927d7a180aac6746b3ff80077b7a65d33e7759 100644 (file)
@@ -4,15 +4,38 @@ config SOUTHBRIDGE_NVIDIA_CK804
        select HAVE_USBDEBUG
        select IOAPIC
 
-config ID_SECTION_OFFSET
-       hex
-       default 0x80 if SOUTHBRIDGE_NVIDIA_CK804
+if SOUTHBRIDGE_NVIDIA_CK804
+
+config BOOTBLOCK_SOUTHBRIDGE_INIT
+       string
+       default "southbridge/nvidia/ck804/bootblock.c"
 
 config EHCI_BAR
        hex
-       default 0xfef00000 if SOUTHBRIDGE_NVIDIA_CK804
+       default 0xfef00000
 
 config EHCI_DEBUG_OFFSET
        hex
-       default 0x98 if SOUTHBRIDGE_NVIDIA_CK804
+       default 0x98
+
+config CK804_USE_NIC
+       bool
+       default n
+
+config CK804_USE_ACI
+       bool
+       default n
+
+config CK804_PCI_E_X
+       int
+       default 4
+
+config CK804B_PCI_E_X
+       int
+       default 4
+
+config CK804_NUM
+       int
+       default 1
 
+endif