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

MCUX RTC driver

Type: bool

Help

Enable support for mcux rtc driver.

Direct dependencies

(RTC && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX) || (HAS_MCUX_RTC && RTC)

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

Defaults

Kconfig definitions

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

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 RTC_MCUX
    bool
    default "y" if RTC && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX
    depends on RTC && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX

At drivers/rtc/Kconfig.mcux_rtc:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:48drivers/rtc/Kconfig:32

Menu path: (top menu) → Device Drivers → Real-Time Clock

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

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