Kconfig 300 B

12345678910111213
  1. config RT_USING_RTC
  2. bool "Using RTC device drivers"
  3. default n
  4. if RT_USING_RTC
  5. config RT_USING_ALARM
  6. bool "Using RTC alarm"
  7. default n
  8. config RT_USING_SOFT_RTC
  9. bool "Using software simulation RTC device"
  10. default n
  11. endif