From 918ff858cf955295f63754c2cb2082bf5a998d6b Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 22 Jun 2018 18:55:17 +0530 Subject: soc/intel/cannonlake: Disable UART_DEBUG by default This patch ensures serial debug is not enabled by default on Cannonlake platform. Change-Id: Id925c8c73971a027e45ea3c61e878f134bc9feff Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/27205 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/soc/intel/cannonlake/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/cannonlake/Kconfig') diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 005ed99197..101d71eb37 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -64,7 +64,7 @@ config CPU_SPECIFIC_OPTIONS config UART_DEBUG bool "Enable UART debug port." - default y + default n select CONSOLE_SERIAL select BOOTBLOCK_CONSOLE select DRIVERS_UART -- cgit v1.2.3