CONFIG_COUNTER_MICROCHIP_MCP7940N¶
Microchip MCP7940N RTC
Type: bool
Help¶
Enable RTC driver based on Microchip MCP7940N I2C device.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/counter/Kconfig.mcp7940n:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:66 → <Zephyr Driver>/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.)