:orphan: .. title:: COUNTER_MAXIM_DS3231 .. option:: CONFIG_COUNTER_MAXIM_DS3231 *Maxim DS3231 RTC/TCXO* Type: ``bool`` Help ==== Enable counter driver based on Maxim DS3231 I2C device. Direct dependencies =================== \ :option:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`I2C ` - \ :option:`POLL ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/counter/Kconfig.maxim_ds3231:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:64`` → ``drivers/counter/Kconfig:41`` Menu path: (Top) → Device Drivers → Counter Drivers .. parsed-literal:: config COUNTER_MAXIM_DS3231 bool "Maxim DS3231 RTC/TCXO" select \ :option:`I2C ` select \ :option:`POLL ` depends on \ :option:`COUNTER ` help Enable counter driver based on Maxim DS3231 I2C device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*