soc/amd/common/block/uart: remove DRIVERS_UART_8250MEM

Select DRIVERS_UART_8250MEM_32 will select DRIVERS_UART_8250MEM too.

Signed-off-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Change-Id: I87a47e2d76ab7a0717edf725bf94d87f9f2357f1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76184
Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Eric Lai 2023-06-30 12:04:04 +08:00
parent adb8007515
commit b526d0e934
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ if SOC_AMD_COMMON_BLOCK_UART
config AMD_SOC_CONSOLE_UART config AMD_SOC_CONSOLE_UART
bool "Use integrated AMD SoC UART controller for console" bool "Use integrated AMD SoC UART controller for console"
select DRIVERS_UART_8250MEM
select DRIVERS_UART_8250MEM_32 select DRIVERS_UART_8250MEM_32
select NO_UART_ON_SUPERIO select NO_UART_ON_SUPERIO
select UART_OVERRIDE_REFCLK select UART_OVERRIDE_REFCLK