1# 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 default y 9 depends on DT_HAS_MAXIM_DS3231_ENABLED 10 depends on I2C 11 select POLL 12 select NOTIFY 13 help 14 Enable counter driver based on Maxim DS3231 I2C device. 15