lkml.org 
[lkml]   [2013]   [Nov]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] clocksource: Limit CONFIG_ARM_ARCH_TIMER_EVTSTREAM visibility
Configuration option ARM_ARCH_TIMER_EVTSTREAM makes no sense if
ARM_ARCH_TIMER itself isn't set.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
---
drivers/clocksource/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

--- linux-3.13-rc0.orig/drivers/clocksource/Kconfig 2013-11-14 15:01:54.892776562 +0100
+++ linux-3.13-rc0/drivers/clocksource/Kconfig 2013-11-14 17:33:18.170646123 +0100
@@ -86,7 +86,8 @@ config ARM_ARCH_TIMER

config ARM_ARCH_TIMER_EVTSTREAM
bool "Support for ARM architected timer event stream generation"
- default y if ARM_ARCH_TIMER
+ depends on ARM_ARCH_TIMER
+ default y
help
This option enables support for event stream generation based on
the ARM architected timer. It is used for waking up CPUs executing

--
Jean Delvare
Suse L3 Support


\
 
 \ /
  Last update: 2013-11-14 20:01    [W:0.144 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site