[PATCH RFC v1 01/12] Kconfig change

From: Bill Huey (hui)
Date: Thu Apr 14 2016 - 02:51:51 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 544bd34..8a1b704 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