From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751747AbdF1Q2F (ORCPT ); Wed, 28 Jun 2017 12:28:05 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44324 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751612AbdF1Q17 (ORCPT ); Wed, 28 Jun 2017 12:27:59 -0400 Date: Wed, 28 Jun 2017 18:27:56 +0200 From: Greg Kroah-Hartman To: Aleksandar Markovic Cc: linux-mips@linux-mips.org, Miodrag Dinic , Goran Ferenc , Aleksandar Markovic , "David S. Miller" , Douglas Leung , James Hogan , linux-kernel@vger.kernel.org, "Martin K. Petersen" , Mauro Carvalho Chehab , Paul Burton , Petar Jovanovic , Raghu Gandham , Ralf Baechle Subject: Re: [PATCH v2 10/10] MIPS: generic: Add optional support for Android kernel Message-ID: <20170628162756.GA16759@kroah.com> References: <1498664922-28493-1-git-send-email-aleksandar.markovic@rt-rk.com> <1498664922-28493-11-git-send-email-aleksandar.markovic@rt-rk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1498664922-28493-11-git-send-email-aleksandar.markovic@rt-rk.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 28, 2017 at 05:47:03PM +0200, Aleksandar Markovic wrote: > From: Miodrag Dinic > > This commit adds new android.config configuration file including > the most common prerequisites for running Android operating system. > > The selected set of platform independent configuration parameters > have been taken from the official Android kernel repo: > https://android.googlesource.com/kernel/common/+ > /android-4.4/android/configs/android-base.cfg > > android.config will be merged with the selected generic kernel > configuration only if explicitly specified through environment > variable OS=android. > > Example: > make ARCH=mips 64r6el_defconfig BOARDS="list of boards" OS=android > > android.config file should be occasionally revisited and updated > with latest requirements from Google. > > Signed-off-by: Miodrag Dinic > Signed-off-by: Goran Ferenc > Signed-off-by: Aleksandar Markovic > --- > MAINTAINERS | 1 + > arch/mips/Makefile | 8 +- > arch/mips/configs/generic/android.config | 173 +++++++++++++++++++++++++++++++ Why is this a MIPS config file? What about the "generic" android configs we already have? Shouldn't they work just as well here? And finally, does this config file fragment pass the latest tests that Google has for kernel config requirements? thanks, greg k-h