From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Wed, 29 Jul 2015 17:32:10 +0000 Subject: [U-Boot] [PATCH v3 1/2] arch: Make board selection choices optional In-Reply-To: <1438190740.16101.21.camel@synopsys.com> References: <1431453700-3882-1-git-send-email-joe.hershberger@ni.com> <1431459984-7788-1-git-send-email-joe.hershberger@ni.com> <20150512221210.GE5729@bill-the-cat> <1438190740.16101.21.camel@synopsys.com> Message-ID: <1438191130.16101.24.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Joe, Masahiro-san, On Wed, 2015-07-29 at 20:25 +0300, Alexey Brodkin wrote: > Hi Joe, > > On Wed, 2015-05-13 at 10:11 +0900, Masahiro Yamada wrote: > > Hi Joe, > > > > 2015-05-13 7:12 GMT+09:00 Tom Rini : > > > > > diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig > > > index c044ad4..85fddd2 100644 > > > --- a/arch/arc/Kconfig > > > +++ b/arch/arc/Kconfig > > > @@ -132,6 +132,7 @@ config ARC_CACHE_LINE_SHIFT > > > > > > choice > > > prompt "Target select" > > > + optional > > > > > > config TARGET_DUMMY > > > bool "Dummy target" > > > > > > You do not need to add "optional" to the ARC board select > > because Alexey intentionally added TARGET_DUMMY > > to the top of the board select list. > > > > This is another solution to not lose any CONFIG_BOARD_ > > by savedefconfig although I personally prefer this idea very much. It looks like I'm not the only one suffering from that change. For UniPhier that issue was resolved by Masahiro with replacement of "optional" with explicit default option. And probably that's the way we'll need to go for all other affected Kconfigs. Still all proposals are more than welcome. -Alexey