Raul Rangel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/58927 )
Change subject: soc/amd/common/block/spi: Add prompt to SOC_AMD_COMMON_BLOCK_SPI_DEBUG ......................................................................
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 --- M src/soc/amd/common/block/spi/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/58927/1
diff --git a/src/soc/amd/common/block/spi/Kconfig b/src/soc/amd/common/block/spi/Kconfig index eb67597..120e463 100644 --- a/src/soc/amd/common/block/spi/Kconfig +++ b/src/soc/amd/common/block/spi/Kconfig @@ -6,7 +6,7 @@ instead of individual SPI specific code.
config SOC_AMD_COMMON_BLOCK_SPI_DEBUG - bool + bool "Enabled SPI debugging"
config SOC_AMD_COMMON_BLOCK_SPI_4DW_BURST bool