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 2D84DC19F2D for ; Tue, 9 Aug 2022 13:19:23 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0CC9684A33; Tue, 9 Aug 2022 15:19:21 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="dlOSf1fi"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A2FE984A1A; Tue, 9 Aug 2022 15:19:19 +0200 (CEST) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6099884A33 for ; Tue, 9 Aug 2022 15:19:17 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 117FBB8136A; Tue, 9 Aug 2022 13:19:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B8EAAC433C1; Tue, 9 Aug 2022 13:18:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660051155; bh=T22cDunSp60NllGtFSF3T90R8WU1nRPN7y/6TtJxaMQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dlOSf1fiKzT2gIZAgfuROOLYZxAzY3fPRTHz4Qtp/jxMnvsfTGtRve6ch3RnCoK11 5shScdxl0rTfXJk6Ht1DdqtdPBabtHuvS5u5g24xbDUGaDS1oSoGjjmJAAk/ZgQph9 7xsOIL33JrpZFXX8dcpT9k+EWXmzrB90v2sX551/arBwVIxILYUJcGN/9U4XtX7+tb eFXnhFhIljmROm7GHTFGiQJCJyxg/5QEuF9AtlDJpKCkY+nLgHExt9NH3gNIeLOtY3 KSUWxRHKv3eYnjsYXyY/mIksnUjhCFhTE59WJTr+Di5uP3dCZF9qch4s/iHcZx7oJQ apLh8C5VmM91g== Date: Tue, 9 Aug 2022 15:18:38 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Marek Vasut Cc: Pali =?UTF-8?B?Um9ow6Fy?= , Philip Oberfichtner , u-boot@lists.denx.de, Christoph Niedermaier , Stefano Babic , Marcel Ziswiler , Peng Fan , u-boot@dh-electronics.com Subject: Re: [PATCH v3 1/3] Convert CONFIG_SYS_L2_PL310 to Kconfig Message-ID: <20220809151838.0d3ab2f8@thinkpad> In-Reply-To: <20220809151635.01f9a943@thinkpad> References: <20220809100703.3101047-1-pro@denx.de> <20220809100703.3101047-2-pro@denx.de> <20220809105813.aa4vjcyiqm3mnqx4@pali> <41f76858-38d9-284b-1b54-b511f3b3cd67@denx.de> <20220809112151.jhrytuxraqcahzh5@pali> <4c124a1f-28cb-a805-ac6f-fd50ae2ee00e@denx.de> <20220809113224.4mvygsubvtb5wd7a@pali> <20220809151635.01f9a943@thinkpad> X-Mailer: Claws Mail 3.19.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 On Tue, 9 Aug 2022 15:16:35 +0200 Marek Beh=C3=BAn wrote: > > I agree -- I think your proposal to make this non-user-configurable is= =20 > > changing the behavior, see: > >=20 > > Before -- you could comment the entry in include/configs/board.h out to= =20 > > deselect an option. > > After -- you can flip Kconfig switch to deselect an option. >=20 > I don't think we should consider changing sources as something that > end-user should be expected to do if they want to enable/disable > something. If we do, we can also have, if we use "select" instead of "default y on MVEBU": Before -- you could comment the entry in include/configs/board.h out to=20 deselect an option. After -- you can comment the select in Kconfig :) Marek