Unify ID_SECTION_OFFSET and mark it deprecated
[coreboot.git] / src / southbridge / nvidia / ck804 / Kconfig
index ef044a6b36f6698523358e9ae20d83eb0287e38a..97927d7a180aac6746b3ff80077b7a65d33e7759 100644 (file)
@@ -3,32 +3,39 @@ config SOUTHBRIDGE_NVIDIA_CK804
        select HAVE_HARD_RESET
        select HAVE_USBDEBUG
        select IOAPIC
-       select TINY_BOOTBLOCK
 
-config BOOTBLOCK_SOUTHBRIDGE_INIT
-       string  
-       default "southbridge/nvidia/ck804/bootblock.c" if SOUTHBRIDGE_NVIDIA_CK804
+if SOUTHBRIDGE_NVIDIA_CK804
 
-config ID_SECTION_OFFSET
-       hex
-       default 0x80 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 if SOUTHBRIDGE_NVIDIA_CK804
+       default n
 
 config CK804_USE_ACI
        bool
-       default n if SOUTHBRIDGE_NVIDIA_CK804
+       default n
+
+config CK804_PCI_E_X
+       int
+       default 4
+
+config CK804B_PCI_E_X
+       int
+       default 4
 
 config CK804_NUM
        int
-       default 1 if SOUTHBRIDGE_NVIDIA_CK804
+       default 1
+
+endif