blob: 86e719c1071079b9b4ab0454b11fa81f26c7f256 [file] [log] [blame]
Tomasz Bursztyka66f05ce2015-12-03 11:49:29 +01001# Kconfig - RTC configuration options
2#
3#
4# Copyright (c) 2015 Intel Corporation
5#
David B. Kinderac74d8b2017-01-18 17:01:01 -08006# SPDX-License-Identifier: Apache-2.0
Tomasz Bursztyka66f05ce2015-12-03 11:49:29 +01007#
8
9#
10# Real-Time Clock (RTC) options
11#
Anas Nashif9d6deb42015-11-21 20:58:15 -050012menuconfig RTC
13 bool "Real-Time Clock"
14 default n
15 help
16 Enable options for Real-Time Clock drivers.
17
18if RTC
19
Andre Guedes7b0076a2016-01-06 16:59:18 -020020
21config RTC_QMSI
Andre Guedes7b0076a2016-01-06 16:59:18 -020022 bool "QMSI RTC Driver"
Anas Nashif80e9d632016-04-17 04:26:38 +080023 depends on QMSI
Andre Guedes7b0076a2016-01-06 16:59:18 -020024 default n
25 help
26 Build QMSI RTC driver.
27
Anas Nashif1ee71752016-05-07 11:57:23 -040028config RTC_0_NAME
29 string "Driver instance name"
30 default "RTC_0"
31 depends on RTC
32 help
33 RTC driver instance name
34
35config RTC_0_IRQ_PRI
36 int "RTC Driver Interrupt priority"
Andy Gross46035652017-06-06 21:27:19 -050037 depends on RTC_QMSI
Daniel Leung8a05b462016-03-31 11:10:02 -070038 help
39 RTC interrupt priority.
40
Jithu Josephf271d7d2016-06-01 20:13:47 -070041config RTC_QMSI_API_REENTRANCY
42 bool
43 prompt "RTC shim driver API reentrancy"
44 default n
45 help
46 Enable support for RTC shim driver API reentrancy.
47
Anas Nashif9d6deb42015-11-21 20:58:15 -050048endif # RTC