mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-20 03:43:31 +08:00
f1832fea24
整理 components/drivers 的 Kconfig
14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
config RT_USING_RTC
|
|
bool "Using RTC device drivers"
|
|
default n
|
|
|
|
if RT_USING_RTC
|
|
config RT_USING_ALARM
|
|
bool "Using RTC alarm"
|
|
default n
|
|
|
|
config RT_USING_SOFT_RTC
|
|
bool "Using software simulation RTC device"
|
|
default n
|
|
endif
|