From patchwork Fri May 22 21:50:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 6469081 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C3BAAC0020 for ; Fri, 22 May 2015 21:55:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 08A0620528 for ; Fri, 22 May 2015 21:55:10 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (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 353832045B for ; Fri, 22 May 2015 21:55:09 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yvuqk-0001PF-DJ; Fri, 22 May 2015 21:51:26 +0000 Received: from mail-wg0-x235.google.com ([2a00:1450:400c:c00::235]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yvuqe-0001Fd-OR for linux-arm-kernel@lists.infradead.org; Fri, 22 May 2015 21:51:22 +0000 Received: by wghq2 with SMTP id q2so28966489wgh.1 for ; Fri, 22 May 2015 14:50:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=IlviT0tU9q72u2PN427dzNRCEH1yTzlTHMT9ewPbomk=; b=CcbiSfyxNVhXleeVpsPIborR05WFDyLOsOSp+Ke+zCr85Gj4ixKGQ/WhnsIAWLSlVK cXPBlGpXyZuc0bz8I0apbrqwurhKGpuAibqWNc52DxcoEKL1pulEt/5V5ku80toP15ld MY65CXf3UgblCC6bW8M2MADCGiz6MN488EPDAByE3HXW/mxytp+IYa9pDjG7z7Jqu+Ce bYf43bl7JXkwAitYp0uoMAsVreF7885yprkVR7wefN4mt/CHh4cJK6mRwv82OB1l1zNZ Ck4qLXGKiKCajxqm92yqNOcJo97xRQ8RA3NQXR/m3DyRMu+IxLBtNMMtjCilInzih3YL trRQ== X-Received: by 10.180.85.72 with SMTP id f8mr11113966wiz.62.1432331458758; Fri, 22 May 2015 14:50:58 -0700 (PDT) Received: from lmecul0520.st.com. (224.72.140.88.rev.sfr.net. [88.140.72.224]) by mx.google.com with ESMTPSA id x3sm103997wiy.20.2015.05.22.14.50.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 22 May 2015 14:50:58 -0700 (PDT) From: Maxime Coquelin To: Arnd Bergmann , Daniel Lezcano Subject: [PATCH] ARM: Kconfig: Select clocksource in STM32 entry Date: Fri, 22 May 2015 23:50:52 +0200 Message-Id: <1432331452-2350-1-git-send-email-mcoquelin.stm32@gmail.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150522_145120_954577_C038637F X-CRM114-Status: UNSURE ( 8.25 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.6 (/) Cc: Maxime Coquelin , Russell King , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 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.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_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 STM32 clocksource driver needs to be selected if ARCH_STM32. Signed-off-by: Maxime Coquelin --- Hi Arnd, This patch applies on top of arm-soc's next/soc branch, so that you don't get conflicts with Stefan's ARM_SINGLE_ARMV7M patch. Regards, Maxime --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b7a7d15..1cb59af 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -978,6 +978,7 @@ config ARCH_STM32 depends on ARM_SINGLE_ARMV7M select ARCH_HAS_RESET_CONTROLLER select ARMV7M_SYSTICK + select CLKSRC_STM32 select RESET_CONTROLLER help Support for STMicroelectronics STM32 processors.