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 599D1C433FE for ; Wed, 19 Oct 2022 11:30:51 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2E85985004; Wed, 19 Oct 2022 13:27:32 +0200 (CEST) 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="jobj60cd"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 962FA84FF7; Wed, 19 Oct 2022 13:26:26 +0200 (CEST) Received: from mail-il1-x136.google.com (mail-il1-x136.google.com [IPv6:2607:f8b0:4864:20::136]) (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 DD17D84FF0 for ; Wed, 19 Oct 2022 13:25:29 +0200 (CEST) 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-x136.google.com with SMTP id l3so8576064ilg.13 for ; Wed, 19 Oct 2022 04:25:29 -0700 (PDT) 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=UBes5Y18PvkBzo7fpxsrKTJQsjPSPxSsKpHqTWMD3Pk=; b=jobj60cdU0X87U+GHp8NcmKKSejZrLlUwX4ICfKwc610tXmRJA8MyhgI7K/NOQ8TSA /vUB8rPzhFvMJUnOt0eY99ctdxXwx90O8vQfuDBkRtuiul2G+tkXpjeSwvBzGRIpK/j4 JtEbU2ZOUsH3h3f0TlrrI5ZZsW418vn93jHcQ= 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=UBes5Y18PvkBzo7fpxsrKTJQsjPSPxSsKpHqTWMD3Pk=; b=Ittnss584yRJJvwBM2+nlieggiZIUEmt1BRQILJrdwn6CftdQu2kjHS2+eVRZAK/Za SgV9zSNJphj1chXD/jD/S8KklGjN4hWl5QdH+Y4D5JG7rFl7+PLs/wr1OUE4YJS+24ql MqL3nXcwS7dFmYGxD+ymWiqmebTB/s8a2lBzDf4CAYOK3PN5NaiglonIzqaYiA2HqIXk qHB/f5GBDTy5UCzQA82ahZYZQ44BerlqcTu/rUFdAotLTm+T71TslJq4A3/rQRNnS7X9 IcKkgYQ+XWzBvX3wQwAnhBrF5zwC8a4KrkpJOAQI7FEuhKxStXSHGBRLq1lu8blzm564 T4TQ== X-Gm-Message-State: ACrzQf2g9ScXFsXeoP0IBdy4pCKx3QGgxq56KhRlsdQrorfKnKIrlrA+ 0aN5bf0E4k8xLSjzwqDzg71Rv+0sp0Cl/w== X-Google-Smtp-Source: AMsMyM63+I4mSkXQlD95jhd1zFdIxp9BrukYApGV0sYQxxSJvz/oorOBxn6peBNgH6NEoCW3v3uN9A== X-Received: by 2002:a05:6e02:154a:b0:2fa:99fc:6c7e with SMTP id j10-20020a056e02154a00b002fa99fc6c7emr4921177ilu.285.1666178708319; Wed, 19 Oct 2022 04:25:08 -0700 (PDT) Received: from sjg1.roam.corp.google.com (c-67-190-102-125.hsd1.co.comcast.net. [67.190.102.125]) by smtp.gmail.com with ESMTPSA id g34-20020a022722000000b003634aa4a55asm2041156jaa.82.2022.10.19.04.25.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Oct 2022 04:25:07 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Anatolij Gustschin , Simon Glass , Ashok Reddy Soma , Heinrich Schuchardt , Ilias Apalodimas , Masahisa Kojima , Ovidiu Panait , =?UTF-8?q?Pali=20Roh=C3=A1r?= , Stefan Roese Subject: [PATCH 32/39] video: Drop CONFIG_VIDEO Date: Wed, 19 Oct 2022 05:23:49 -0600 Message-Id: <20221019112356.1042065-33-sjg@chromium.org> X-Mailer: git-send-email 2.38.0.413.g74048e4d9e-goog In-Reply-To: <20221019112356.1042065-1-sjg@chromium.org> References: <20221019112356.1042065-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 option is not used anymore. Drop it. Signed-off-by: Simon Glass --- cmd/Kconfig | 2 +- drivers/video/Kconfig | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 49247a41c00..835e098078c 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1868,7 +1868,7 @@ menu "Misc commands" config CMD_BMP bool "Enable 'bmp' command" - depends on LCD || DM_VIDEO || VIDEO + depends on LCD || DM_VIDEO help This provides a way to obtain information about a BMP-format image and to display it. BMP (which presumably stands for BitMaP) is a diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 5379b75affd..39492cfe77d 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -693,15 +693,6 @@ config VIDEO_ZYNQMP_DPSUB source "drivers/video/nexell/Kconfig" -config VIDEO - bool "Enable legacy video support" - depends on !DM_VIDEO - help - Define this for video support, without using driver model. Some - drivers use this because they are not yet converted to driver - model. Video drivers typically provide a colour text console and - cursor. - config CONSOLE_SCROLL_LINES int "Number of lines to scroll the console by" depends on DM_VIDEO || LCD -- 2.38.0.413.g74048e4d9e-goog