All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali@kernel.org>
To: Tom Rini <trini@konsulko.com>, Stefan Roese <sr@denx.de>
Cc: u-boot@lists.denx.de
Subject: [PATCH u-boot 1/3] Revert "video: Enable VIDEO_ANSI by default only with EFI"
Date: Sun, 11 Jun 2023 14:53:22 +0200	[thread overview]
Message-ID: <20230611125324.15860-2-pali@kernel.org> (raw)
In-Reply-To: <20230611125324.15860-1-pali@kernel.org>

This reverts commit 72a0dd8bed010bef78028ae528763f9807758e6b.

Signed-off-by: Pali Rohár <pali@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


  reply	other threads:[~2023-06-11 12:54 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-11 12:53 [PATCH u-boot 0/3] Revert broken Bootmenu commits Pali Rohár
2023-06-11 12:53 ` Pali Rohár [this message]
2023-06-11 12:53 ` [PATCH u-boot 2/3] Revert "menu: Factor out menu-keypress decoding" Pali Rohár
2023-06-11 12:53 ` [PATCH u-boot 3/3] Revert "menu: Make use of CLI character processing" Pali Rohár
2023-06-14 19:51 ` [PATCH u-boot 0/3] Revert broken Bootmenu commits Tom Rini
2023-06-20 10:20   ` Simon Glass
2023-06-24  8:50     ` Pali Rohár
2023-06-24 16:58       ` Tom Rini
2023-06-25  7:50         ` Pali Rohár
2023-06-25 14:52           ` Tom Rini
2023-06-25 15:15             ` Pali Rohár
2023-06-26  1:08               ` Tom Rini
2023-07-10 14:10                 ` Pali Rohár
2023-07-10 14:17                   ` Simon Glass
2023-07-10 15:17                   ` Tom Rini
2023-07-10 16:03                     ` Stefan Roese
2023-07-13 15:12                       ` Stefan Roese

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230611125324.15860-2-pali@kernel.org \
    --to=pali@kernel.org \
    --cc=sr@denx.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.