From 59d0d159f4710779043e34618a20dccff2af51dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Tue, 11 Jun 2013 16:30:48 +0300 Subject: AMD: Kconfig cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I21182eae1d389790c330f27e6a830d91c3ee4eb6 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/3433 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/southbridge/amd/agesa/hudson/Kconfig | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/southbridge/amd/agesa/hudson') diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig index 3e585639c8..7aa3405997 100644 --- a/src/southbridge/amd/agesa/hudson/Kconfig +++ b/src/southbridge/amd/agesa/hudson/Kconfig @@ -22,26 +22,23 @@ config SOUTHBRIDGE_AMD_AGESA_HUDSON select IOAPIC select HAVE_USBDEBUG +if SOUTHBRIDGE_AMD_AGESA_HUDSON + config BOOTBLOCK_SOUTHBRIDGE_INIT string default "southbridge/amd/agesa/hudson/bootblock.c" - depends on SOUTHBRIDGE_AMD_AGESA_HUDSON config SOUTHBRIDGE_AMD_HUDSON_SKIP_ISA_DMA_INIT bool default n - depends on SOUTHBRIDGE_AMD_AGESA_HUDSON config EHCI_BAR hex - default 0xfef00000 if SOUTHBRIDGE_AMD_AGESA_HUDSON + default 0xfef00000 config EHCI_DEBUG_OFFSET hex - default 0xe0 if SOUTHBRIDGE_AMD_AGESA_HUDSON - - -if SOUTHBRIDGE_AMD_AGESA_HUDSON + default 0xe0 config HUDSON_XHCI_FWM bool "Add xhci firmware" -- cgit v1.2.3