zephyr/drivers/rtc/Kconfig.qmsi

25 lines
391 B
Plaintext

config RTC_QMSI
bool "QMSI RTC Driver"
depends on QMSI
default n
help
Build QMSI RTC driver.
if RTC_QMSI
config RTC_QMSI_API_REENTRANCY
bool
prompt "RTC shim driver API reentrancy"
default n
help
Enable support for RTC shim driver API reentrancy.
config RTC_PRESCALER
int
default 1
prompt "Prescaler size"
help
RTC prescaler used to determine ticks per second
endif