diff options
author | Christian Daudt <csd@broadcom.com> | 2013-09-24 13:20:52 -0700 |
---|---|---|
committer | Christian Daudt <bcm@fixthebug.org> | 2013-10-29 23:09:10 -0700 |
commit | e84dfa26a02ad75a331305baafcf14645fdfc76e (patch) | |
tree | c8ee4891c94df01608167d6759d0e6da0706e507 /arch/arm/mach-bcm | |
parent | badb92389870e5d20ff8155e8582b29533239e4f (diff) |
ARM: bcm281xx: Add ARCH Timers to config
Add HAVE_ARM_ARCH_TIMER to Broadcom Kconfig as it is
required for some Mobile SoCs.
Signed-off-by: Christian Daudt <bcm@fixthebug.org>
Reviewed-by: Markus Mayer <mmayer@broadcom.com>
Reviewed-by: Mark Hambleton <mahamble@broadcom.com>
Reviewed-by: James King <jamesk@broadcom.com>
Diffstat (limited to 'arch/arm/mach-bcm')
-rw-r--r-- | arch/arm/mach-bcm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 01ca25981cc2..9fe6d88737ed 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -24,6 +24,7 @@ config ARCH_BCM_MOBILE select SPARSE_IRQ select TICK_ONESHOT select CACHE_L2X0 + select HAVE_ARM_ARCH_TIMER help This enables support for systems based on Broadcom mobile SoCs. It currently supports the 'BCM281XX' family, which includes |