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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 765F1C77B7A for ; Wed, 24 May 2023 10:47:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233842AbjEXKrs (ORCPT ); Wed, 24 May 2023 06:47:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233738AbjEXKrn (ORCPT ); Wed, 24 May 2023 06:47:43 -0400 Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 67370A3 for ; Wed, 24 May 2023 03:47:38 -0700 (PDT) Received: from francesco-nb.int.toradex.com (31-10-206-125.static.upc.ch [31.10.206.125]) by mail11.truemail.it (Postfix) with ESMTPA id EF0421F80A; Wed, 24 May 2023 12:47:34 +0200 (CEST) Date: Wed, 24 May 2023 12:47:30 +0200 From: Francesco Dolcini To: Arnd Bergmann Cc: Otavio Salvador , Shawn Guo , linux-arm-kernel@lists.infradead.org, Alistair Francis , Fabio Estevam , "Kirill A. Shutemov" , Marcel Ziswiler , Mark Brown , Michael Ellerman , NXP Linux Team , Pengutronix Kernel Team , Russell King , Sascha Hauer , Stefan Hansson , Stefan Wahren , linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: imx_v6_v7_defconfig: Remove KERNEL_LZO config Message-ID: References: <20230523212829.2539417-1-otavio@ossystems.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 24, 2023 at 08:48:26AM +0200, Arnd Bergmann wrote: > On Tue, May 23, 2023, at 23:28, Otavio Salvador wrote: > > The KERNEL_GZIP is used in most config and is the default, there is no > > clear reason to diverge so let default be used. > > > > Signed-off-by: Otavio Salvador > > If you are looking into cleaning up this file, maybe see if we can > kill off these options: > > CONFIG_VIDEO_IMX_MEDIA=y # not graduated from staging after 6 years This would be a bad idea from my point of view, this is regularly used despite the fact that it is in staging. Of course, I agree on the graduating thingy ... Francesco