Files

13 lines
205 B
Plaintext
Raw Permalink Normal View History

2024-05-07 18:09:20 +08:00
menu "RTC Devices"
config DRIVERS_RTC
bool "enable rtc driver"
default y
config HAL_TEST_RTC
bool "enable rtc hal APIs test command"
depends on DRIVERS_RTC
default n
endmenu