Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
33eba217de2500203aadb60d4442ed7c1829a589
/
.
/
drivers
/
counter
/
Kconfig.maxim_ds3231
blob: 26b49df4bb97470d7ab2c7eda48697e8a4903f42 [
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"
depends on I2C
select
POLL
help
Enable
counter driver based on
Maxim
DS3231 I2C device
.