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:
parent
199c45c979
commit
5065ad1f69
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue