diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-09-24 21:04:12 +0300 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2013-12-06 18:02:31 +0100 |
commit | 8232bc2cdd47666a51cd3bc5beea608f13b8e9fa (patch) | |
tree | 77d2de7d3a3cb3d19dd8d7252b82214d2eec04d6 /src/southbridge/amd/sb700 | |
parent | fab0c9f35db584ed0fb597fa99719a965e2fbd9a (diff) | |
download | coreboot-8232bc2cdd47666a51cd3bc5beea608f13b8e9fa.tar.xz |
usbdebug: Hide irrelevent options from menuconfig
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 <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/4290
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/southbridge/amd/sb700')
-rw-r--r-- | src/southbridge/amd/sb700/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |