From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 7/9] omap2plus: ensure that one of omap2/3/4 is selected Date: Fri, 23 Mar 2012 11:14:56 -0700 Message-ID: <20120323181455.GE9859@atomide.com> References: <1332522836-29517-1-git-send-email-mathieu.poirier@linaro.org> <1332522836-29517-8-git-send-email-mathieu.poirier@linaro.org> <20120323172845.GC9859@atomide.com> <201203231738.05742.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <201203231738.05742.arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org To: Arnd Bergmann Cc: mathieu.poirier@linaro.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: linux-omap@vger.kernel.org * Arnd Bergmann [120323 10:40]: > On Friday 23 March 2012, Tony Lindgren wrote: > > > > > > +config ARCH_OMAP2_AUTO > > > + bool > > > + depends on !ARCH_OMAP3 && !ARCH_OMAP4 > > > + select ARCH_OMAP2 > > > + default y > > > + help > > > + At least one of OMAP2/OMAP3/OMAP4 needs to be enabled, this > > > + selects OMAP2 if nothing else gets selected, to avoid non-building > > > + configurations. > > > + > > > comment "OMAP Core Type" > > > depends on ARCH_OMAP2 > > > > Hmm yeah omap2 makes the smallest build, so randconfig builds > > faster than it would for omap3 or 4. > > > > But isn't there now still a chance that randconfig does not > > select ARCH_OMAP2_AUTO either? > > No. ARCH_OMAP2_AUTO is only disabled if one of OMAP3 or OMAP4 > are enabled. And then no description in bool keeps it hidden from selection. Nice, this works. Too bad these got forgotten in your branch. Regards, Tony