Add the selection options for the cyclic scheduler Signed-off-by: Bill Huey (hui) <bill.h...@gmail.com> --- 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