AMD southbridge: remove sp5100
[coreboot.git] / src / southbridge / amd / sb700 / Kconfig
index 97768d18e5da469025f7efa3ee07a30454b8f9be..924e2df7614616d13a4f9be3b7f81144a0cfe333 100644 (file)
 
 config SOUTHBRIDGE_AMD_SB700
        bool
+
+if SOUTHBRIDGE_AMD_SB700
+
+config SOUTHBRIDGE_SPECIFIC_OPTIONS # dummy
+       def_bool y
        select IOAPIC
        select HAVE_USBDEBUG
+       select HAVE_HARD_RESET
+
+# Set for southbridge SP5100 which also uses SB700 driver
+config SOUTHBRIDGE_AMD_SUBTYPE_SP5100
+       bool
+       default n
+
+config BOOTBLOCK_SOUTHBRIDGE_INIT
+       string
+       default "southbridge/amd/sb700/bootblock.c"
 
 config SOUTHBRIDGE_AMD_SB700_SKIP_ISA_DMA_INIT
        bool
        default n
-       depends on SOUTHBRIDGE_AMD_SB700
 
 config EHCI_BAR
        hex
-       default 0xfef00000 if SOUTHBRIDGE_AMD_SB700
+       default 0xfef00000
 
 config EHCI_DEBUG_OFFSET
        hex
-       default 0xe0 if SOUTHBRIDGE_AMD_SB700
+       default 0xe0
 
+endif # SOUTHBRIDGE_AMD_SB700