2015-12-03 18:49:29 +08:00
|
|
|
# Kconfig - RTC configuration options
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015 Intel Corporation
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2015-12-03 18:49:29 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Real-Time Clock (RTC) options
|
|
|
|
#
|
2015-11-22 09:58:15 +08:00
|
|
|
menuconfig RTC
|
|
|
|
bool "Real-Time Clock"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Enable options for Real-Time Clock drivers.
|
|
|
|
|
|
|
|
if RTC
|
|
|
|
|
2016-01-07 02:59:18 +08:00
|
|
|
|
|
|
|
config RTC_QMSI
|
|
|
|
bool "QMSI RTC Driver"
|
2016-04-17 04:26:38 +08:00
|
|
|
depends on QMSI
|
2016-01-07 02:59:18 +08:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
Build QMSI RTC driver.
|
|
|
|
|
2016-05-07 23:57:23 +08:00
|
|
|
config RTC_0_NAME
|
|
|
|
string "Driver instance name"
|
|
|
|
default "RTC_0"
|
|
|
|
depends on RTC
|
|
|
|
help
|
|
|
|
RTC driver instance name
|
|
|
|
|
|
|
|
config RTC_0_IRQ_PRI
|
|
|
|
int "RTC Driver Interrupt priority"
|
2017-06-07 10:27:19 +08:00
|
|
|
depends on RTC_QMSI
|
2016-04-01 02:10:02 +08:00
|
|
|
help
|
|
|
|
RTC interrupt priority.
|
|
|
|
|
2016-06-02 11:13:47 +08:00
|
|
|
config RTC_QMSI_API_REENTRANCY
|
|
|
|
bool
|
|
|
|
prompt "RTC shim driver API reentrancy"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Enable support for RTC shim driver API reentrancy.
|
|
|
|
|
2015-11-22 09:58:15 +08:00
|
|
|
endif # RTC
|