[PATCH u-boot 1/3] Revert "video: Enable VIDEO_ANSI by default only with EFI"

Pali Rohár pali at kernel.org
Sun Jun 11 14:53:22 CEST 2023


This reverts commit 72a0dd8bed010bef78028ae528763f9807758e6b.

Signed-off-by: Pali Rohár <pali at kernel.org>
---
 drivers/video/Kconfig | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 1e2f4e6de4a5..52f7eac1e6a3 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -141,13 +141,10 @@ config VIDEO_BPP32
 
 config VIDEO_ANSI
 	bool "Support ANSI escape sequences in video console"
-	default y if EFI_LOADER
+	default y
 	help
 	  Enable ANSI escape sequence decoding for a more fully functional
-	  console. Functionality includes changing the text colour and moving
-	  the cursor. These date from the 1970s and are still widely used today
-	  to control a text terminal. U-Boot implements these by decoding the
-	  sequences and performing the appropriate operation.
+	  console.
 
 config VIDEO_MIPI_DSI
 	bool "Support MIPI DSI interface"
-- 
2.20.1



More information about the U-Boot mailing list