The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_COUNTER_MICROCHIP_MCP7940N

Microchip MCP7940N RTC

Type: bool

Help

Enable RTC driver based on Microchip MCP7940N I2C device.

Direct dependencies

COUNTER

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/counter/Kconfig.mcp7940n:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:66drivers/counter/Kconfig:55

Menu path: (Top) → Device Drivers → Counter Drivers

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.)