From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3C42FC3DA7A for ; Fri, 6 Jan 2023 14:56:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DC4A08560F; Fri, 6 Jan 2023 15:53:48 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="eABjU6kS"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id CAC9085643; Fri, 6 Jan 2023 15:53:31 +0100 (CET) Received: from mail-il1-x134.google.com (mail-il1-x134.google.com [IPv6:2607:f8b0:4864:20::134]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id EF75C85610 for ; Fri, 6 Jan 2023 15:52:59 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-il1-x134.google.com with SMTP id m15so1078536ilj.8 for ; Fri, 06 Jan 2023 06:52:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=gmZklg5qVkeWioIS3tC7CcyfLlsVgJn3SL7md+kOQZk=; b=eABjU6kS9EXe5hCm9Ya3xeu7Hj5nmwIkWILy0Jzr8cC8LaHuIlFnJ9nYYf9WObyCZc GZi7K+OSw6k0WsnbaUdNYFK3rao4gIyLHxfBzvqbGvyWN+ouZoBx4W2Jfe/b+FUiF1sS R6Zb4lh3+s1t9nM/bKkpOj/JL+avVqCqS8dZU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=gmZklg5qVkeWioIS3tC7CcyfLlsVgJn3SL7md+kOQZk=; b=2c6vStLTuZCaxrMWowxsR7Chkf6TfArkxgXV92/GT4j38tenb9AWC/MDqfCCUtl20e RmQNDBBdgnaxmHedlSmlcKLIK2LarDnsxdoXdv9kD8uzgRlwAndoSWkJrnknVz2jZdVH Rr0HWC7S2ODDkYi4Ce+OWpBu/bhJhfka6Nm7GkYNJD6+Q6lz+z6zLRZlBT+s/ZaIeYed 4J3MWQSyCr2+HmmmjGvWc2iSyKDM63OSvQufNTQQql6DOL3qHX7cpw/RS/ID9E+tZVZR CT2gTk/yDBv6rduDw/06T+bP8yzVp2925Oeiz+g07x94YqQNgloNJlpRhabSez/I5VAy ceuA== X-Gm-Message-State: AFqh2ko64VkI/28CG47f+MqmjmrFDDBiwoo6SUFPF+Vk0ncrCGuq5BKr yu9EsTIqg6olJ/l8x1ZiXh7P5ZFlCR7NfxNhB0g= X-Google-Smtp-Source: AMrXdXst0bE9y1xmJy9dOkcNH14A/C/fYnUxVVL93BLxu9szB31z0+TW32SoeFFkac1qQDWt/UYf3Q== X-Received: by 2002:a05:6e02:221f:b0:30c:9c0:7e0c with SMTP id j31-20020a056e02221f00b0030c09c07e0cmr26412080ilf.14.1673016779428; Fri, 06 Jan 2023 06:52:59 -0800 (PST) Received: from sjg1.lan (c-71-56-217-229.hsd1.co.comcast.net. [71.56.217.229]) by smtp.gmail.com with ESMTPSA id w20-20020a05663800d400b00375783003fcsm360273jao.136.2023.01.06.06.52.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Jan 2023 06:52:59 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Anatolij Gustschin , Tom Rini , Heinrich Schuchardt , Simon Glass Subject: [PATCH v3 11/25] video: Enable VIDEO_ANSI by default only with EFI Date: Fri, 6 Jan 2023 08:52:29 -0600 Message-Id: <20230106145243.411626-12-sjg@chromium.org> X-Mailer: git-send-email 2.39.0.314.g84b9a713c41-goog In-Reply-To: <20230106145243.411626-1-sjg@chromium.org> References: <20230106145243.411626-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean This is not generally needed unless EFI_LOADER is used. Adjust the default setting to reduce the size of the U-Boot build. Signed-off-by: Simon Glass --- (no changes since v1) drivers/video/Kconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index c841b99bb30..0c914dc1165 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -112,10 +112,13 @@ config VIDEO_BPP32 config VIDEO_ANSI bool "Support ANSI escape sequences in video console" - default y + default y if EFI_LOADER help Enable ANSI escape sequence decoding for a more fully functional - console. + 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. config VIDEO_MIPI_DSI bool "Support MIPI DSI interface" -- 2.39.0.314.g84b9a713c41-goog