[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1460961854-3449-2-git-send-email-bill.huey@gmail.com>
Date: Sun, 17 Apr 2016 23:44:03 -0700
From: "Bill Huey (hui)" <bill.huey@...il.com>
To: Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Steven Rostedt <rostedt@...dmis.org>,
Alessandro Zummo <a.zummo@...ertech.it>,
linux-kernel@...r.kernel.org
Cc: luca abeni <luca.abeni@...tn.it>, Juri Lelli <juri.lelli@....com>,
Mike Galbraith <umgwanakikbuti@...il.com>,
Thomas Gleixner <tglx@...utronix.de>
Subject: [PATCH RFC v2 01/12] Kconfig change
Add the selection options for the cyclic scheduler
Signed-off-by: Bill Huey (hui) <bill.huey@...il.com>
---
drivers/rtc/Kconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 3e84315..8da9796 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -73,6 +73,11 @@ config RTC_DEBUG
Say yes here to enable debugging support in the RTC framework
and individual RTC drivers.
+config RTC_CYCLIC
+ bool "RTC cyclic executive scheduler support"
+ help
+ Frame/Cyclic executive scheduler support through the RTC interface
+
comment "RTC interfaces"
config RTC_INTF_SYSFS
--
2.5.0
Powered by blists - more mailing lists