From patchwork Wed Sep 27 11:57:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13400686 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BA8AEE810D6 for ; Wed, 27 Sep 2023 11:58:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=iZSEYQZnyev7JhCA0Mx5vMmTcOxggSdJNA/O6+FB68E=; b=Mevn8QXWHDStp/ yMF4Sd6OrfdpQv1Hs09tLSWsHD+3GLmiI61pLp3VNkOE8iF8aTWEv0fHF2y8tjI5K04+2OqDEEVsQ j1KWDZ+aCcUURrTPvMBN+RqJDyOjISMQt3wGjhP93hePej2BkB4Lw2TtvKGTF6wkCxjU/SlqDfbFM CFMnr9ju3PTi197+7oiQEXDxlPrHBhsS7vaAgL2YSOsL12JEKJieiByB0Gl1mXztxesX9HWJ2QiEC uk0EZNygUgpxu2/g4+8MH0MWLrZ9sJqtZ9XSP8sMk/lzK+K+vII+jTFkksKLuUjGeLbiSQFMtuF2L KkCyHGK0FnPpRzQ0mSrQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qlTAm-000q5p-0w; Wed, 27 Sep 2023 11:57:44 +0000 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qlTAh-000q5J-38 for linux-arm-kernel@lists.infradead.org; Wed, 27 Sep 2023 11:57:42 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:cafc:ec85:941b:7b06]) by baptiste.telenet-ops.be with bizsmtp id qzxX2A00C56e2kz01zxXl8; Wed, 27 Sep 2023 13:57:33 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1qlTAB-004iu2-8k; Wed, 27 Sep 2023 13:57:31 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1qlTAZ-000sTe-My; Wed, 27 Sep 2023 13:57:31 +0200 From: Geert Uytterhoeven To: Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH] ARM: shmobile: defconfig: Refresh for v6.6-rc3 Date: Wed, 27 Sep 2023 13:57:25 +0200 Message-Id: <401e68aa456557c9e1f4d2841ae7601686699974.1695815769.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230927_045740_169337_EBA3E362 X-CRM114-Status: UNSURE ( 8.63 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org - Drop CONFIG_FRAMEBUFFER_CONSOLE=y (auto-enabled since commit bb6c4507fe825f1b ("drm: fix up fbdev Kconfig defaults")). Signed-off-by: Geert Uytterhoeven --- To be combined with commit ccae076b74e58b98 ("ARM: shmobile: defconfig: Refresh for v6.6-rc1") in renesas-devel/renesas-arm-defconfig-for-v6.7. --- arch/arm/configs/shmobile_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index bd975d105687be39..dfdea295c4affcfe 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -148,7 +148,6 @@ CONFIG_FB=y CONFIG_FB_SH_MOBILE_LCDC=y CONFIG_BACKLIGHT_PWM=y CONFIG_BACKLIGHT_AS3711=y -CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_SOC=y