CONFIG_COUNTER_MAXIM_DS3231
Maxim DS3231 RTC/TCXO
Type: bool
Help
Enable counter driver based on Maxim DS3231 I2C device.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/counter/Kconfig.maxim_ds3231:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:66
→ <Zephyr>/drivers/counter/Kconfig:55
Menu path: (Top) → Device Drivers → Counter Drivers
config COUNTER_MAXIM_DS3231
bool "Maxim DS3231 RTC/TCXO"
select I2C
select POLL
depends on COUNTER
help
Enable counter driver based on Maxim DS3231 I2C device.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)