diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-01-19 18:18:47 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-01-20 22:00:01 +0000 |
commit | 7dc74b2f6e2057cc3763bd96812fff107f5358d8 (patch) | |
tree | ad0f8d7e7ffac90b8d0ba6262b9369da0065808b /src/soc/amd/picasso | |
parent | 953a26875bc55794d9ad33ac47aaf8a3a195e7f1 (diff) | |
download | coreboot-7dc74b2f6e2057cc3763bd96812fff107f5358d8.tar.xz |
soc/amd/picasso/Kconfig: drop HAVE_USBDEBUG_OPTIONS
Picasso doesn't have any EHCI controllers, so it can't support EHCI
debug.
Change-Id: I2dae22c0db294f5334d9796d90f432d6c8d304df
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49685
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index d3c0ef735c..2a5574877a 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -25,7 +25,6 @@ config CPU_SPECIFIC_OPTIONS select IOAPIC select HAVE_ACPI_TABLES select HAVE_EM100_SUPPORT - select HAVE_USBDEBUG_OPTIONS select SOC_AMD_COMMON_BLOCK_SPI select SOC_AMD_COMMON select SOC_AMD_COMMON_BLOCK_NONCAR |