AMD southbridge: remove sp5100
[coreboot.git] / src / southbridge / amd / sb700 / Kconfig
index 49cf476dd291f5c26ec7a5fe7a7acbf8213119ec..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 TINY_BOOTBLOCK
+       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"
-       depends on SOUTHBRIDGE_AMD_SB700
 
 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