aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/pi/hudson/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/pi/hudson/Kconfig')
-rw-r--r--src/southbridge/amd/pi/hudson/Kconfig16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/southbridge/amd/pi/hudson/Kconfig b/src/southbridge/amd/pi/hudson/Kconfig
index 5ac876f6c4..9d803beea3 100644
--- a/src/southbridge/amd/pi/hudson/Kconfig
+++ b/src/southbridge/amd/pi/hudson/Kconfig
@@ -15,27 +15,25 @@
config SOUTHBRIDGE_AMD_PI_BOLTON
bool
- select IOAPIC
- select HAVE_USBDEBUG_OPTIONS
- select HAVE_HARD_RESET
config SOUTHBRIDGE_AMD_PI_AVALON
bool
- select IOAPIC
- select HAVE_USBDEBUG_OPTIONS
- select HAVE_HARD_RESET
config SOUTHBRIDGE_AMD_PI_KERN
bool
- select IOAPIC
- select HAVE_USBDEBUG_OPTIONS
- select HAVE_HARD_RESET
config HUDSON_DISABLE_IMC
bool
if SOUTHBRIDGE_AMD_PI_AVALON || SOUTHBRIDGE_AMD_PI_BOLTON || SOUTHBRIDGE_AMD_PI_KERN
+config SOUTHBRIDGE_SPECIFIC_OPTIONS # dummy
+ def_bool y
+ select IOAPIC
+ select HAVE_USBDEBUG_OPTIONS
+ select HAVE_CF9_RESET
+ select HAVE_CF9_RESET_PREPARE
+
config BOOTBLOCK_SOUTHBRIDGE_INIT
string
default "southbridge/amd/pi/hudson/bootblock.c"