From e18a97813b9fccc26435837a77ec90e5711ce1f6 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 16 Feb 2021 00:48:49 +0100 Subject: soc/amd/common/*/Kconfig: remove unneeded default n for bool options n is the default of bool Kconfig options, so no need to have that added to each option. Signed-off-by: Felix Held Change-Id: I8775d84caee6fda95eb7749e96090fe05417e764 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50779 Reviewed-by: Marshall Dawson Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/uart/Kconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/amd/common/block/uart') diff --git a/src/soc/amd/common/block/uart/Kconfig b/src/soc/amd/common/block/uart/Kconfig index c117dccc1a..438fde057a 100644 --- a/src/soc/amd/common/block/uart/Kconfig +++ b/src/soc/amd/common/block/uart/Kconfig @@ -1,6 +1,5 @@ config SOC_AMD_COMMON_BLOCK_UART bool - default n help Select this option to add the common functions for setting up the UART configuration to the build. @@ -9,7 +8,6 @@ if SOC_AMD_COMMON_BLOCK_UART config AMD_SOC_CONSOLE_UART bool "Use integrated AMD SoC UART controller for console" - default n select DRIVERS_UART_8250MEM select DRIVERS_UART_8250MEM_32 select NO_UART_ON_SUPERIO -- cgit v1.2.3