ARM: 7894/1: kconfig: select GENERIC_CLOCKEVENTS if HAVE_ARM_ARCH_TIMER
authorWill Deacon <will.deacon@arm.com>
Tue, 19 Nov 2013 14:46:17 +0000 (15:46 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 20 Nov 2013 23:05:53 +0000 (23:05 +0000)
commit0c403462d6822227ea37fb0293a3e9f511e6929f
tree34f5a6043cdb7015ca7146bfb28437dbe69ce712
parentb7ec699405f55667caeb46d96229d75bf33a83ad
ARM: 7894/1: kconfig: select GENERIC_CLOCKEVENTS if HAVE_ARM_ARCH_TIMER

The ARM architected timer driver doesn't compile without
GENERIC_CLOCKEVENTS selected, so ensure that we select it when building
for a platform that has the timer.

Without this patch, mach-virt fails to build without something like
mach-vexpress also selected.

Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig