2018-04-24 13:27:35 -05:00
|
|
|
config RTC_QMSI
|
|
|
|
bool "QMSI RTC Driver"
|
|
|
|
depends on QMSI
|
|
|
|
help
|
|
|
|
Build QMSI RTC driver.
|
|
|
|
|
|
|
|
if RTC_QMSI
|
|
|
|
|
|
|
|
config RTC_QMSI_API_REENTRANCY
|
2018-08-14 16:19:20 +02:00
|
|
|
bool "RTC shim driver API reentrancy"
|
2018-04-24 13:27:35 -05:00
|
|
|
help
|
|
|
|
Enable support for RTC shim driver API reentrancy.
|
2018-04-24 13:27:59 -05:00
|
|
|
|
|
|
|
config RTC_PRESCALER
|
2018-08-14 16:19:20 +02:00
|
|
|
int "Prescaler size"
|
2018-04-24 13:27:59 -05:00
|
|
|
default 1
|
|
|
|
help
|
|
|
|
RTC prescaler used to determine ticks per second
|
|
|
|
|
2018-04-24 13:27:35 -05:00
|
|
|
endif
|