:orphan: .. title:: CONFIG_COUNTER_MAXIM_DS3231 .. kconfig:: CONFIG_COUNTER_MAXIM_DS3231 CONFIG_COUNTER_MAXIM_DS3231 ########################### *Maxim DS3231 RTC/TCXO* Type: ``bool`` Help ==== .. code-block:: none Enable counter driver based on Maxim DS3231 I2C device. Direct dependencies =================== \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`I2C ` - \ :kconfig:`POLL ` Kconfig definition ================== At ``/counter/Kconfig.maxim_ds3231:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:45`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig 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.)*