1menu "RTC Devices"
2
3config DRIVERS_RTC
4    bool "enable rtc driver"
5        default y
6
7config HAL_TEST_RTC
8    bool "enable rtc hal APIs test command"
9    depends on DRIVERS_RTC
10        default n
11
12endmenu
13