[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1402492304-19647-1-git-send-email-paul.chavent@onera.fr>
Date: Wed, 11 Jun 2014 15:11:44 +0200
From: Paul Chavent <Paul.Chavent@...ra.fr>
To: giometti@...eenne.com, linux-kernel@...r.kernel.org
Cc: Paul Chavent <Paul.Chavent@...ra.fr>
Subject: [PATCH] pps : disable kernel consumer support if HZ_IDLE.
The Kconfig already check if !NO_HZ, but miss if someone enables
NO_HZ_IDLE (which is equivalent).
Signed-off-by: Paul Chavent <paul.chavent@...ra.fr>
---
drivers/pps/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pps/Kconfig b/drivers/pps/Kconfig
index 7512e98..c0d77ed 100644
--- a/drivers/pps/Kconfig
+++ b/drivers/pps/Kconfig
@@ -31,7 +31,7 @@ config PPS_DEBUG
config NTP_PPS
bool "PPS kernel consumer support"
- depends on !NO_HZ
+ depends on !NO_HZ && !NO_HZ_IDLE
help
This option adds support for direct in-kernel time
synchronization using an external PPS signal.
--
1.7.12.1
--
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