diff options
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/agesa/hudson/Kconfig | 4 | ||||
-rw-r--r-- | src/southbridge/amd/sb700/Kconfig | 2 | ||||
-rw-r--r-- | src/southbridge/amd/sb800/Kconfig | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig index 7e7399c090..1550cb4c01 100644 --- a/src/southbridge/amd/agesa/hudson/Kconfig +++ b/src/southbridge/amd/agesa/hudson/Kconfig @@ -20,13 +20,13 @@ config SOUTHBRIDGE_AMD_AGESA_HUDSON bool select IOAPIC - select HAVE_USBDEBUG + select HAVE_USBDEBUG_OPTIONS select HAVE_HARD_RESET config SOUTHBRIDGE_AMD_AGESA_YANGTZE bool select IOAPIC - select HAVE_USBDEBUG + select HAVE_USBDEBUG_OPTIONS select HAVE_HARD_RESET if SOUTHBRIDGE_AMD_AGESA_HUDSON || SOUTHBRIDGE_AMD_AGESA_YANGTZE diff --git a/src/southbridge/amd/sb700/Kconfig b/src/southbridge/amd/sb700/Kconfig index bde48fee5c..b0c92dcedb 100644 --- a/src/southbridge/amd/sb700/Kconfig +++ b/src/southbridge/amd/sb700/Kconfig @@ -25,7 +25,7 @@ if SOUTHBRIDGE_AMD_SB700 config SOUTHBRIDGE_SPECIFIC_OPTIONS # dummy def_bool y select IOAPIC - select HAVE_USBDEBUG + select HAVE_USBDEBUG_OPTIONS select HAVE_HARD_RESET # Set for southbridge SP5100 which also uses SB700 driver diff --git a/src/southbridge/amd/sb800/Kconfig b/src/southbridge/amd/sb800/Kconfig index 4708f1fa7c..9547d3e7c8 100644 --- a/src/southbridge/amd/sb800/Kconfig +++ b/src/southbridge/amd/sb800/Kconfig @@ -20,7 +20,7 @@ config SOUTHBRIDGE_AMD_SB800 bool select IOAPIC - select HAVE_USBDEBUG + select HAVE_USBDEBUG_OPTIONS select HAVE_HARD_RESET if SOUTHBRIDGE_AMD_SB800 |