From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 13 Apr 2016 14:07:21 -0700 Subject: [PATCH v3] arm: omap2: remove redundant multiplatform checks In-Reply-To: <20160406191433.GF16484@atomide.com> References: <201604060526.ouhQYqrT%fengguang.wu@intel.com> <1459895738-6546-1-git-send-email-jonas.rabenstein@studium.uni-erlangen.de> <1459930448-32638-1-git-send-email-ve92mose@stud.informatik.uni-erlangen.de> <5704CC9F.6010502@ti.com> <20160406191433.GF16484@atomide.com> Message-ID: <20160413210720.GC5995@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Tony Lindgren [160406 12:16]: > * Lokesh Vutla [160406 01:50]: > > +Tony > > > > On Wednesday 06 April 2016 01:44 PM, Jonas Rabenstein wrote: > > > From: Jonas Rabenstein > > > > > > The directory arch/arm/mach-omap2 is only selected for compilation if > > > CONFIG_ARCH_OMAP2PLUS is selected. CONFIG_ARCH_OMAP2PLUS itself is a > > > silent option and all machines selecting this option are multiplatform > > > devices. As a consequence checks for CONFIG_ARCH_MULTIPLATFORM as well > > > as CONFIG_ARCH_OMAP2PLUS within that directory are superfluous and can > > > be removed. > > > > Reviewed-by: Lokesh Vutla > > Yeah nice if we can remove the legacy multi SoC options. I'll take > a closer look within few days as I'm still at ELC. Applying into omap-for-v4.7/soc thanks. Tony