Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a6c56ffebfc359dcf7d452a05516ae07f9ebb8a9
/
.
/
drivers
/
counter
/
Kconfig.maxim_ds3231
blob: d58d8be9bb5491a37a4f8970823f3d9179d98659 [
file
] [
log
] [
blame
]
# 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
.