[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20131114174127.7db8c3aa@endymion.delvare>
Date: Thu, 14 Nov 2013 17:41:27 +0100
From: Jean Delvare <jdelvare@...e.de>
To: Will Deacon <will.deacon@....com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Sudeep KarkadaNagesha <sudeep.karkadanagesha@....com>
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@...e.de>
Cc: Daniel Lezcano <daniel.lezcano@...aro.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Will Deacon <will.deacon@....com>
Cc: Sudeep KarkadaNagesha <sudeep.karkadanagesha@....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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists