blob: f670b7bbac08a1ebf907dd004d752d78dc298a0c [file] [log] [blame]
Peter A. Bigote4442742019-06-23 20:03:52 -05001# Copyright (c) 2019 Peter Bigot Consulting, LLC
2#
3# SPDX-License-Identifier: Apache-2.0
4#
5
6config 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
13config 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.