Peter A. Bigot | e444274 | 2019-06-23 20:03:52 -0500 | [diff] [blame] | 1 | # Copyright (c) 2019 Peter Bigot Consulting, LLC |
2 | # | ||||
3 | # SPDX-License-Identifier: Apache-2.0 | ||||
4 | # | ||||
5 | |||||
6 | config COUNTER_MAXIM_DS3231 | ||||
7 | bool "Maxim DS3231 RTC/TCXO" | ||||
8 | select I2C | ||||
9 | select POLL | ||||
10 | help | ||||
11 | Enable counter driver based on Maxim DS3231 I2C device. | ||||
12 | |||||
13 | config COUNTER_MAXIM_DS3231_INIT_PRIORITY | ||||
14 | int "Init priority" | ||||
15 | depends on COUNTER_MAXIM_DS3231 | ||||
16 | default 65 | ||||
17 | help | ||||
18 | DS3231 device driver initialization priority. |