From patchwork Thu Sep 6 15:38:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 1416311 Return-Path: X-Original-To: patchwork-davinci@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by patchwork2.kernel.org (Postfix) with ESMTP id B7F50DFFCF for ; Thu, 6 Sep 2012 15:44:04 +0000 (UTC) Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id q86FfjYd020029; Thu, 6 Sep 2012 10:41:45 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id q86FfjQQ021022; Thu, 6 Sep 2012 10:41:45 -0500 Received: from dlelxv23.itg.ti.com (172.17.1.198) by dfle72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.1.323.3; Thu, 6 Sep 2012 10:41:44 -0500 Received: from linux.omap.com (dlelxs01.itg.ti.com [157.170.227.31]) by dlelxv23.itg.ti.com (8.13.8/8.13.8) with ESMTP id q86Ffi4N016741; Thu, 6 Sep 2012 10:41:45 -0500 Received: from linux.omap.com (localhost [127.0.0.1]) by linux.omap.com (Postfix) with ESMTP id 58AD980640; Thu, 6 Sep 2012 10:41:44 -0500 (CDT) X-Original-To: davinci-linux-open-source@linux.davincidsp.com Delivered-To: davinci-linux-open-source@linux.davincidsp.com Received: from dbdp20.itg.ti.com (dbdp20.itg.ti.com [172.24.170.38]) by linux.omap.com (Postfix) with ESMTP id 6BF1180631 for ; Thu, 6 Sep 2012 10:39:24 -0500 (CDT) Received: from DBDE70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id q86FdN0a003450; Thu, 6 Sep 2012 21:09:23 +0530 (IST) Received: from dbdp32.itg.ti.com (172.24.170.251) by dbde70.ent.ti.com (172.24.170.148) with Microsoft SMTP Server id 14.1.323.3; Thu, 6 Sep 2012 21:09:23 +0530 Received: from psplinux063 (smtpvbd.itg.ti.com [172.24.170.250]) by dbdp32.itg.ti.com (8.13.8/8.13.8) with ESMTP id q86FdJCq019397; Thu, 6 Sep 2012 21:09:20 +0530 Received: from a0875516 by psplinux063 with local (Exim 4.71) (envelope-from ) id 1T9eAp-00025M-NK; Thu, 06 Sep 2012 21:09:19 +0530 From: Sekhar Nori To: Subject: [PATCH 3/9] ARM: davinci: arrange kconfig selects in alphabetical order Date: Thu, 6 Sep 2012 21:08:28 +0530 Message-ID: <1346945914-7802-4-git-send-email-nsekhar@ti.com> X-Mailer: git-send-email 1.7.10.1 In-Reply-To: <1346945914-7802-1-git-send-email-nsekhar@ti.com> References: <1346945914-7802-1-git-send-email-nsekhar@ti.com> MIME-Version: 1.0 CC: Kevin Hilman , X-BeenThere: davinci-linux-open-source@linux.davincidsp.com X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: Errors-To: davinci-linux-open-source-bounces@linux.davincidsp.com Arrange Kconfig selects for DaVinci in alphabetical order. This makes it easier to avoid adding duplicate selects. Signed-off-by: Sekhar Nori --- arch/arm/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c5f9ae5..df04b0b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -963,14 +963,14 @@ config ARCH_NOMADIK config ARCH_DAVINCI bool "TI DaVinci" - select GENERIC_CLOCKEVENTS + select ARCH_HAS_HOLES_MEMORYMODEL select ARCH_REQUIRE_GPIOLIB - select ZONE_DMA - select HAVE_IDE select CLKDEV_LOOKUP select GENERIC_ALLOCATOR + select GENERIC_CLOCKEVENTS select GENERIC_IRQ_CHIP - select ARCH_HAS_HOLES_MEMORYMODEL + select HAVE_IDE + select ZONE_DMA help Support for TI's DaVinci platform.