19 lines
404 B
Plaintext
19 lines
404 B
Plaintext
|
# Copyright (c) 2019 Peter Bigot Consulting, LLC
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
config COUNTER_MAXIM_DS3231
|
||
|
bool "Maxim DS3231 RTC/TCXO"
|
||
|
select I2C
|
||
|
select POLL
|
||
|
help
|
||
|
Enable counter driver based on Maxim DS3231 I2C device.
|
||
|
|
||
|
config COUNTER_MAXIM_DS3231_INIT_PRIORITY
|
||
|
int "Init priority"
|
||
|
depends on COUNTER_MAXIM_DS3231
|
||
|
default 65
|
||
|
help
|
||
|
DS3231 device driver initialization priority.
|