Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754569Ab3IXUVI (ORCPT ); Tue, 24 Sep 2013 16:21:08 -0400 Received: from mms3.broadcom.com ([216.31.210.19]:1998 "EHLO mms3.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754292Ab3IXUVG (ORCPT ); Tue, 24 Sep 2013 16:21:06 -0400 X-Server-Uuid: B86B6450-0931-4310-942E-F00ED04CA7AF From: "Christian Daudt" To: "Russell King" , "Christian Daudt" cc: "Matt Porter" , "Alex Elder" , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "Christian Daudt" Subject: [PATCH] ARM: bcm281xx: Add ARCH Timers to config Date: Tue, 24 Sep 2013 13:20:52 -0700 Message-ID: <1380054052-11527-1-git-send-email-csd@broadcom.com> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 X-WSS-ID: 7E5F2E232L888125546-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 960 Lines: 29 Add HAVE_ARM_ARCH_TIMER to Broadcom Kconfig as it is required for some Mobile SoCs. Signed-off-by: Christian Daudt Reviewed-by: Markus Mayer Reviewed-by: Mark Hambleton Reviewed-by: James King diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 69d67f7..635537b 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -13,6 +13,7 @@ config ARCH_BCM select SPARSE_IRQ select TICK_ONESHOT select CACHE_L2X0 + select HAVE_ARM_ARCH_TIMER help This enables support for system based on Broadcom SoCs. It currently supports the 'BCM281XX' family, which includes -- 1.7.10.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/