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 DB424C0015E for ; Tue, 1 Aug 2023 13:00:55 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2C3F686B4C; Tue, 1 Aug 2023 15:00:54 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1690894854; bh=t5uX+l/tJW7EzfQDTMb/kgoLuaLdmTZ9tWAcZnOkzb0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=shrpY7W0g0MG/53nI1vfiWuckJw6Hv1BUdTGoq6amh4O52Nja3All7dauihVeIlVu wYazZS4oK0gozK1GMxSW0gR4Mj1O4YhLTK5PmsGzHE1SecIeFkAmKvGNwFwysHfPpU UB2aRxLoC9/cAt34tQImpbh+7AZkKkUQG26rYRKefE+LwiwyLVFBPwTTR9y9pS+q90 ArmPaoIwUUvd8I7/AxWNEDEc3DJY5QRXYdIEadoYgZDF8AuECjayVzhBSo5nDBCFP/ Urpo/bTihQBfT9sN1IZYedd/WUFpdS6tDdW6fRM/A9byIQAlHpzgBNgGZEjzlbUaL3 xGYZ/pcysq3PA== Received: from crub (pd95f1a1c.dip0.t-ipconnect.de [217.95.26.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 56E3086ABF; Tue, 1 Aug 2023 15:00:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1690894852; bh=t5uX+l/tJW7EzfQDTMb/kgoLuaLdmTZ9tWAcZnOkzb0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rufw67AgWT3YGYovykSiw1Shehs1dIh6KYeGRa+rGVThLvPCImowk2tVR+w0PfxNQ r+gQ3Z+Xtmdup6SpaQjTgEGLT9D1FLbFzqWofkdxB11UChGd3nI85EBjbSPUE/oC0k 3pPXlYAUYRe7nQW8m2GrC4GSxrLPZ6TfKmrZkIAex8ni+eiwOOyfW4zivm398bgFBp lUCPaMnlI0mAgBaRvVdntTJUdoVBNoflFntaS8bXDupaf2+LephZFxP4R5ah0G/nKp xlAj/vYDz9bF8jFcTPDaKIr5EiEOwGt9rW4yPv8LM2hBIyHnSLgiwcIqoXMsGZZrCn tnC6d+da+sSDQ== Date: Tue, 1 Aug 2023 15:00:51 +0200 From: Anatolij Gustschin To: Bin Meng Cc: Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH 07/18] video: kconfig: Drop the superfluous dependency Message-ID: <20230801150051.3db59542@crub> In-Reply-To: <20230723044041.1089804-8-bmeng@tinylab.org> References: <20230723044041.1089804-1-bmeng@tinylab.org> <20230723044041.1089804-8-bmeng@tinylab.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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.8 at phobos.denx.de X-Virus-Status: Clean On Sun, 23 Jul 2023 12:40:30 +0800 Bin Meng bmeng@tinylab.org wrote: > PCI is always selected by X86 architecture hence "X86 && PCI" does > not make it better. > > Signed-off-by: Bin Meng > --- > > drivers/video/Kconfig | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) applied to u-boot-video/master, thanks! -- Anatolij