Configuration option ARM_ARCH_TIMER_EVTSTREAM makes no sense if
ARM_ARCH_TIMER itself isn't set.

Signed-off-by: Jean Delvare <[email protected]>
Cc: Daniel Lezcano <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Sudeep KarkadaNagesha <[email protected]>
---
 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to