usbdebug: Fix hidden menuconfig options

Options for selecting the USB port and controller for usbdebug
were unintentionally hidden with commit 8232bc2c on AGESA platforms
using cimx/sb700 or cimx/sb800.

Change-Id: Ibacc81a580519fe7fa86f08374046625327340b4
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/4607
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
This commit is contained in:
Kyösti Mälkki 2014-01-03 08:20:50 +02:00
parent e51210dbae
commit 8526c3a403
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
config SOUTHBRIDGE_AMD_CIMX_SB700
bool
select IOAPIC
select HAVE_USBDEBUG
select HAVE_USBDEBUG_OPTIONS
select AMD_SB_CIMX
select HAVE_HARD_RESET

View File

@ -21,7 +21,7 @@ config SOUTHBRIDGE_AMD_CIMX_SB800
bool
default n
select IOAPIC
select HAVE_USBDEBUG
select HAVE_USBDEBUG_OPTIONS
select AMD_SB_CIMX
select HAVE_HARD_RESET