diff options
Diffstat (limited to 'src/soc/amd/common/block/uart/Kconfig')
-rw-r--r-- | src/soc/amd/common/block/uart/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
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 |