diff options
-rw-r--r-- | src/console/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index 721cc60e2b..8efe2e4799 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -454,7 +454,7 @@ config CONSOLE_USE_LOGLEVEL_PREFIX config CONSOLE_USE_ANSI_ESCAPES bool "Use ANSI escape sequences for console highlighting" - default y + default y if !CONSOLE_AMD_SIMNOW help If enabled, certain consoles (e.g. UART) that are meant to be read on a terminal will use ANSI escape sequences (like `ESC [1m`) to |