soc/amd/common/block/spi: Add prompt to SOC_AMD_COMMON_BLOCK_SPI_DEBUG

Makes it so I can enable SPI debugging without modifying the source.

BUG=b:179699789
TEST=Add CONFIG_SOC_AMD_COMMON_BLOCK_SPI_DEBUG=y to my .config

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: Ie3815e0398b5268874039196a625fc29dd3dc3d9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58927
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Raul E Rangel 2021-11-03 15:04:19 -06:00 committed by Raul Rangel
parent 199c45c979
commit 5065ad1f69
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ config SOC_AMD_COMMON_BLOCK_SPI
instead of individual SPI specific code.
config SOC_AMD_COMMON_BLOCK_SPI_DEBUG
bool
bool "Enable SPI debugging"
config SOC_AMD_COMMON_BLOCK_SPI_4DW_BURST
bool