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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E4C6C07E99 for ; Mon, 12 Jul 2021 11:45:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 171C7610E6 for ; Mon, 12 Jul 2021 11:45:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229978AbhGLLs3 (ORCPT ); Mon, 12 Jul 2021 07:48:29 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:52210 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229793AbhGLLs2 (ORCPT ); Mon, 12 Jul 2021 07:48:28 -0400 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id B0440CC; Mon, 12 Jul 2021 13:45:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1626090339; bh=LpXj4jsBWJOpYy/FeuZCj7ir0OWMOuVE8x277jtC9V8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FuYw92Xef5RdMK4jm9kiLjxcWUFXrD88uiVSUBRHdZr9m3sNjGeWV0TZLYPguJMF+ 5X/NzwaN4DeFK0e74hplnwf6Sy3cpr0cU6awzy4QkXgFIjKosFEKnHyCrVqMvZCvlW Xy/0shopEYcFx+jR0qQYTXeCilNfDyFokiRULjAI= Date: Mon, 12 Jul 2021 14:44:53 +0300 From: Laurent Pinchart To: Geert Uytterhoeven Cc: Magnus Damm , Kieran Bingham , Linux-Renesas Subject: Re: [PATCH LOCAL] arm64: renesas: defconfig: Restore graphical consoles Message-ID: References: <4a671ef00b3469f8b7ffd42309c3dfb1ccb8eb8a.1626085156.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Mon, Jul 12, 2021 at 01:36:19PM +0200, Geert Uytterhoeven wrote: > On Mon, Jul 12, 2021 at 1:22 PM Laurent Pinchart wrote: > > On Mon, Jul 12, 2021 at 12:19:33PM +0200, Geert Uytterhoeven wrote: > > > As of commit f611b1e7624ccdbd ("drm: Avoid circular dependencies for > > > CONFIG_FB"), CONFIG_FB is no longer auto-enabled. > > > > > > Restore support for graphical consoles by enabling it explicitly in the > > > defconfig for Renesas R-Car Gen3 and RZ/G2 systems. > > > > > > Fixes: f611b1e7624ccdbd ("drm: Avoid circular dependencies for CONFIG_FB") > > > Signed-off-by: Geert Uytterhoeven > > > --- > > > Not intended for upstream merge. > > > > Why not ? We have no KMS console driver yet, FB is currently the only > > option. > > Because there is no renesas-defconfig in upstream. Obviously. I'll wake up first and then continue reviewing patches... > > > To be queued in topic/renesas-defconfig, unless the rcar-du experts > > > consider CONFIG_FB to be no longer needed nor wanted on systems where > > > graphics are provided by a DRM driver. -- Regards, Laurent Pinchart