Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992508AbbEVVvE (ORCPT ); Fri, 22 May 2015 17:51:04 -0400 Received: from mail-wg0-f48.google.com ([74.125.82.48]:36056 "EHLO mail-wg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992489AbbEVVvA (ORCPT ); Fri, 22 May 2015 17:51:00 -0400 From: Maxime Coquelin To: Arnd Bergmann , Daniel Lezcano Cc: Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Maxime Coquelin 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 960 Lines: 35 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. -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/