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