Zheng Bao (zheng.bao@amd.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12668
-gerrit
commit 318e18ae3707e2d8e737ccdf9c8b0453586a829e Author: Zheng Bao fishbaozi@gmail.com Date: Mon Dec 7 22:59:45 2015 +0800
AMD/bettong: Remove the useless period (trivial)
It seems that no one add period in Kconfig.
Change-Id: Ie9c585a8e6f1a73036b92b2873dc19284d82dc39 Signed-off-by: Zheng Bao fishbaozi@gmail.com --- src/southbridge/amd/pi/hudson/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/southbridge/amd/pi/hudson/Kconfig b/src/southbridge/amd/pi/hudson/Kconfig index 94a313d..aa55339 100644 --- a/src/southbridge/amd/pi/hudson/Kconfig +++ b/src/southbridge/amd/pi/hudson/Kconfig @@ -229,7 +229,7 @@ config AZ_PIN endif
config HUDSON_UART - bool "UART controller on Kern." + bool "UART controller on Kern" default n depends on SOUTHBRIDGE_AMD_PI_KERN select DRIVERS_UART_8250MEM