From patchwork Fri Feb 28 20:15:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 3743941 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 13E959F35F for ; Fri, 28 Feb 2014 20:17:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 53E9720263 for ; Fri, 28 Feb 2014 20:17:28 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 547EF20260 for ; Fri, 28 Feb 2014 20:17:27 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WJTrZ-0003Aw-MV; Fri, 28 Feb 2014 20:16:53 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WJTrP-0003Nx-Ad; Fri, 28 Feb 2014 20:16:43 +0000 Received: from moutng.kundenserver.de ([212.227.17.24]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WJTrL-0003MG-Dd for linux-arm-kernel@lists.infradead.org; Fri, 28 Feb 2014 20:16:40 +0000 Received: from klappe2.localnet (HSI-KBW-5-56-226-176.hsi17.kabel-badenwuerttemberg.de [5.56.226.176]) by mrelayeu.kundenserver.de (node=mreue101) with ESMTP (Nemesis) id 0MfYct-1WZdum1CHL-00P4Ph; Fri, 28 Feb 2014 21:15:59 +0100 From: Arnd Bergmann To: Kevin Hilman Subject: Re: [PATCH v2 1/9] ARM: centralize common multi-platform kconfig options Date: Fri, 28 Feb 2014 21:15:55 +0100 User-Agent: KMail/1.12.2 (Linux/3.8.0-22-generic; KDE/4.3.2; x86_64; ; ) References: <1392153119-23248-1-git-send-email-robherring2@gmail.com> <1392153119-23248-2-git-send-email-robherring2@gmail.com> In-Reply-To: MIME-Version: 1.0 Message-Id: <201402282115.55948.arnd@arndb.de> X-Provags-ID: V02:K0:k8KTTdx5IjmEoh8fwJjiMy5ANQP2B1WlNKGcPxFN/hF PJlJCKlKF4r+xXSgvlrtCo50gKdBKze3QsbGYi5pjscuVGxBve o2ihVDz0yMyVkjMF1fk/TsKUNw/nVOkCC1uyLzneNRVWJvT7IC QM5ylS3NosW6ReR/rOQ0yusi+ytXcnicnd2T+Ycm8yy8OTTq/E s30Uq+vD7jTmMFL22jlwzr5yzhcke8PO2ktTeMx9jD5s6M8huR 9OWDCkP0U2pP7yX08kgExEirATxOSYYyG7XQtJW3LdZISUj+bD 3tzZ4IHZD25Z+UOQovwGYvTzMn5Om45JEtJdsBRzqdCn9UNQh5 qVWbV0O+TdvQyJQkaOpM= X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140228_151639_726016_AE6D9D33 X-CRM114-Status: GOOD ( 14.99 ) X-Spam-Score: 3.9 (+++) Cc: Rob Herring , Russell King , Stephen Warren , marc.zyngier@arm.com, Linus Walleij , Anton Vorontsov , Will Deacon , "arm@kernel.org" , Olof Johansson , linux-arm-kernel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Friday 28 February 2014, Kevin Hilman wrote: > On Tue, Feb 11, 2014 at 1:11 PM, Rob Herring wrote: > > From: Rob Herring > > > > Multi-platform requires various kconfig options to be selected, so > > platforms don't need to select them individually. > > > > Signed-off-by: Rob Herring > > Cc: Linus Walleij > > Cc: Russell King > > FYI... this recently hit arm-soc/for-next and according to my bisect, > is the cause for two new boot failures[1] for sunxi_defconfig on > cubieboard and cubie2. The previous build/boot passed on both > boards[2]. Interestingly, both boards boot fine with > multi_v7_defconfig though. > > There's zero console output on the boards, and I haven't dug further > since I still have to pack for a trip tomorrow. > > Kevin > > [1] http://lists.linaro.org/pipermail/kernel-build-reports/2014-February/002615.html > [2] http://lists.linaro.org/pipermail/kernel-build-reports/2014-February/002613.html I suspect we want this one: Tested-by: Kevin Hilman Tested-by: Daniel Willmann diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7d1588e..cf35d18 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -304,6 +304,7 @@ config ARCH_MULTIPLATFORM bool "Allow multiple platforms to be selected" select ARCH_WANT_OPTIONAL_GPIOLIB select AUTO_ZRELADDR + select CLKSRC_OF select COMMON_CLK select GENERIC_CLOCKEVENTS select MULTI_IRQ_HANDLER