Files
luban-lite/bsp/artinchip/drv/rtc/Kconfig
刘可亮 6e36e8e296 v1.2.0
2025-04-23 17:54:31 +08:00

24 lines
522 B
Plaintext

#-----------------------------
# RTC devices local parameter
#-----------------------------
menu "RTC Parameter"
depends on AIC_USING_RTC
config AIC_RTC_CLK_RATE
int "The actual rate of 32K clock"
default 3276800
config AIC_RTC_ALARM_IO_OUTPUT
bool "Enable the alarm IO output"
default n
config AIC_RTC_32K_IO_OUTPUT
bool "Enable the 32K clock output"
default n
config AIC_RTC_LOW_POWER
bool "Enable rtc low power"
default n
endmenu