From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Mon, 10 Jun 2013 10:38:51 -0700 Subject: [PATCH] ARM: sirf: use CONFIG_SIRF rather than CONFIG_PRIMA2 where necessary In-Reply-To: <201306101736.44652.arnd@arndb.de> References: <201306101736.44652.arnd@arndb.de> Message-ID: <20130610173851.GA2330@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jun 10, 2013 at 05:36:44PM +0200, Arnd Bergmann wrote: > I got a build error today that made me realize that it is not > possible to build a kernel for a SiRF platform without enabling > CONFIG_PRIMA2, since a lot of common code depends on CONFIG_PRIMA2. > > This fixes all occurences that appear like common SiRF code. > > Signed-off-by: Arnd Bergmann > --- > > Barry, can you see if this patch makes sense to you? > > Mark, Grant, Mike, Greg, Wolfram: would you like to get a split-out > patch, or should I apply it in one piece to arm-soc? Feel free to apply it to your tree: Acked-by: Greg Kroah-Hartman