CONFIG_COUNTER_MCUX_RTC

MCUX RTC driver

Type: bool

Help

Enable support for mcux rtc driver.

Direct dependencies

(COUNTER && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X) || (COUNTER && SOC_MK66F18 && SOC_SERIES_KINETIS_K6X) || (COUNTER && SOC_SERIES_KINETIS_KE1XF) || (COUNTER && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX) || (HAS_MCUX_RTC && COUNTER)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:83

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:26

Menu path: (Top)

config COUNTER_MCUX_RTC
    bool
    default y
    depends on COUNTER && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X

At <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk66f18:68

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:26

Menu path: (Top)

config COUNTER_MCUX_RTC
    bool
    default y
    depends on COUNTER && SOC_MK66F18 && SOC_SERIES_KINETIS_K6X

At <Zephyr>/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:41

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (Top)

config COUNTER_MCUX_RTC
    bool
    default y
    depends on COUNTER && SOC_SERIES_KINETIS_KE1XF

At <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11

Menu path: (Top)

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

At <Zephyr>/drivers/counter/Kconfig.mcux_rtc:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/counter/Kconfig:23

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

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)