mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-28 10:40:26 +08:00
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
|
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
|