diff options
author | Patrick Georgi <patrick@coreboot.org> | 2023-11-24 14:35:43 +0100 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2023-11-25 13:55:01 +0000 |
commit | 37626f2aae8fed05ad0faab8ff1405fc11fe2d54 (patch) | |
tree | b054d09ce9765adc902c47aeb8a650d9cb1985b2 /configs | |
parent | b667ce6382e040239c9ed4d3c2223351fe6c9e7e (diff) |
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 <patrick@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79256
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/config.google_meep_cros | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/config.google_meep_cros b/configs/config.google_meep_cros index c8e3227689..5dfd8e3d00 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 |