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

MCUX RTC driver

Type: bool

Help

Enable support for mcux rtc driver.

Direct dependencies

(COUNTER && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX) || (HAS_MCUX_RTC && COUNTER)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:41

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_kinetis/Kconfig.defconfig:3soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:13

Menu path: (top menu)

config COUNTER_MCUX_RTC
    bool
    default "y" if COUNTER && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX
    depends on COUNTER && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX

At drivers/counter/Kconfig.mcux_rtc:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:64drivers/counter/Kconfig:29

Menu path: (top menu) → Device Drivers → Counter Drivers

menuconfig COUNTER_MCUX_RTC
    bool
    prompt "MCUX RTC driver" if HAS_MCUX_RTC && COUNTER
    depends on HAS_MCUX_RTC && COUNTER
    help
      Enable support for mcux rtc driver.

(Definitions include propagated dependencies, including from if’s and menus.)