From 8232bc2cdd47666a51cd3bc5beea608f13b8e9fa Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 24 Sep 2013 21:04:12 +0300 Subject: usbdebug: Hide irrelevent options from menuconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No need to show the choice of USB port or controller in case of older hardware where location for usbdebug was hardwired. Change-Id: Ia186bf2c6ed60be2834cf6fd0a1965c8bf81ed4d Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/4290 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Alexandru Gagniuc --- src/southbridge/amd/agesa/hudson/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 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 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 -- cgit v1.2.3