diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2008-02-04 11:30:57 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-02-04 12:52:19 -0500 |
commit | a8655e83fc44ec2b92cbea9f3ff3cc0da05a991c (patch) | |
tree | 56bdc711208aca8b514e7366b56c66b9c05ac1be /arch/arm/Kconfig | |
parent | 3e459990961db7f3f2dcf21e2b38a7216dfd10dd (diff) |
[ARM] 4814/1: RealView: Add broadcasting clockevents support for ARM11MPCore
This patch adds dummy local timers for each CPU so that the board clock
device is used to broadcast events to the other CPUs. The patch also
adds the declaration for the dummy_timer_setup function (the equivalent
of local_timer_setup when CONFIG_LOCAL_TIMERS is not set).
Due to the way clockevents work, the dummy timer on the first CPU has to
be registered before the board timer.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b82828e768ad..a0aeecc33c73 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -33,6 +33,11 @@ config GENERIC_CLOCKEVENTS | |||
33 | bool | 33 | bool |
34 | default n | 34 | default n |
35 | 35 | ||
36 | config GENERIC_CLOCKEVENTS_BROADCAST | ||
37 | bool | ||
38 | depends on GENERIC_CLOCKEVENTS | ||
39 | default y if SMP && !LOCAL_TIMERS | ||
40 | |||
36 | config MMU | 41 | config MMU |
37 | bool | 42 | bool |
38 | default y | 43 | default y |