Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756181Ab3IYQOW (ORCPT ); Wed, 25 Sep 2013 12:14:22 -0400 Received: from top.free-electrons.com ([176.31.233.9]:38954 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754931Ab3IYQNH (ORCPT ); Wed, 25 Sep 2013 12:13:07 -0400 From: Maxime Ripard To: Daniel Lezcano , Thomas Gleixner Cc: linux-arm-kernel@lists.infradead.org, kevin.z.m.zh@gmail.com, sunny@allwinnertech.com, shuge@allwinnertech.com, Emilio Lopez , linux-kernel@vger.kernel.org, Maxime Ripard Subject: [PATCH 1/5] clocksource: sun4i: Select CLKSRC_MMIO Date: Wed, 25 Sep 2013 17:03:06 +0300 Message-Id: <1380117790-19390-2-git-send-email-maxime.ripard@free-electrons.com> X-Mailer: git-send-email 1.8.4 In-Reply-To: <1380117790-19390-1-git-send-email-maxime.ripard@free-electrons.com> References: <1380117790-19390-1-git-send-email-maxime.ripard@free-electrons.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 780 Lines: 28 The Allwinner SoCs timer use the clocksource MMIO functions. We thus need to select them in Kconfig. Signed-off-by: Maxime Ripard --- drivers/clocksource/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 41c6946..cea50f0 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -33,6 +33,7 @@ config ORION_TIMER bool config SUN4I_TIMER + select CLKSRC_MMIO bool config VT8500_TIMER -- 1.8.4 -- 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/