:orphan: .. title:: CONFIG_COUNTER_MICROCHIP_MCP7940N .. kconfig:: CONFIG_COUNTER_MICROCHIP_MCP7940N CONFIG_COUNTER_MICROCHIP_MCP7940N ################################# *Microchip MCP7940N RTC* Type: ``bool`` Help ==== .. code-block:: none Enable RTC driver based on Microchip MCP7940N 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 definition ================== At ``/counter/Kconfig.mcp7940n:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:55`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig config COUNTER_MICROCHIP_MCP7940N bool "Microchip MCP7940N RTC" select I2C depends on COUNTER help Enable RTC driver based on Microchip MCP7940N I2C device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*