[PATCH RFC v2 01/12] Kconfig change
From: Bill Huey (hui)
Date: Mon Apr 18 2016 - 02:47:34 EST
Add the selection options for the cyclic scheduler
Signed-off-by: Bill Huey (hui) <bill.huey@xxxxxxxxx>
---
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