From 37626f2aae8fed05ad0faab8ff1405fc11fe2d54 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 24 Nov 2023 14:35:43 +0100 Subject: configs: Rename UART_DEBUG to INTEL_LPSS_UART_FOR_CONSOLE This follows commit a96e66a76f2 which did the rename across the tree except here. Since Kconfig is going to become more strict about unknown symbols, fix it. Change-Id: I3b855085d4be13622e8f38ff651d576e719b682c Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/79256 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- configs/config.google_meep_cros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/config.google_meep_cros') diff --git a/configs/config.google_meep_cros b/configs/config.google_meep_cros index c8e3227689ec..5dfd8e3d009a 100644 --- a/configs/config.google_meep_cros +++ b/configs/config.google_meep_cros @@ -33,5 +33,5 @@ CONFIG_CONSOLE_SERIAL=y CONFIG_CONSOLE_SERIAL_115200=y # CONFIG_DRIVERS_UART_8250IO is not set # GLK specific setting to auto select all the correct settings. -CONFIG_UART_DEBUG=y +CONFIG_INTEL_LPSS_UART_FOR_CONSOLE=y CONFIG_NO_BOOTBLOCK_CONSOLE=y -- cgit v1.2.3