Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36365 )
Change subject: soc/amd/picasso: Fix Kconfig ......................................................................
soc/amd/picasso: Fix Kconfig
There should be no Kconfig symbol after a choice.
Change-Id: I25290021754cb89964becd7e83b69ed7e109896c Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/soc/amd/picasso/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/36365/1
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index 6f75e9e..f2497b7 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -159,7 +159,7 @@ 2: 0xfedc3000 3: 0xfedcf000
-choice PICASSO_UART_CLOCK_SOURCE +choice prompt "UART Frequency" depends on PICASSO_UART default PICASSO_UART_48MZ
Arthur Heymans has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/36365 )
Change subject: soc/amd/picasso: Fix Kconfig ......................................................................
Abandoned
named Kconfig choices are fine now