:orphan: .. title:: COUNTER_MCUX_RTC .. option:: CONFIG_COUNTER_MCUX_RTC *MCUX RTC driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for mcux rtc driver. Direct dependencies =================== (\ :option:`COUNTER ` && \ :option:`SOC_MK64F12 ` && \ :option:`SOC_SERIES_KINETIS_K6X `) || (\ :option:`COUNTER ` && \ :option:`SOC_MK66F18 ` && \ :option:`SOC_SERIES_KINETIS_K6X `) || (\ :option:`COUNTER ` && \ :option:`SOC_SERIES_KINETIS_KE1XF `) || (\ :option:`COUNTER ` && \ :option:`SOC_MKW41Z4 ` && \ :option:`SOC_SERIES_KINETIS_KWX `) || (\ :option:`HAS_MCUX_RTC ` && \ :option:`COUNTER `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Kconfig definitions =================== At ``/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:83`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:3`` → ``/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:26`` Menu path: (Top) .. code-block:: kconfig config COUNTER_MCUX_RTC bool default y depends on COUNTER && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X ---- At ``/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk66f18:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:3`` → ``/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:26`` Menu path: (Top) .. code-block:: kconfig config COUNTER_MCUX_RTC bool default y depends on COUNTER && SOC_MK66F18 && SOC_SERIES_KINETIS_K6X ---- At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config COUNTER_MCUX_RTC bool default y depends on COUNTER && SOC_SERIES_KINETIS_KE1XF ---- At ``/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:3`` → ``/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11`` Menu path: (Top) .. code-block:: kconfig config COUNTER_MCUX_RTC bool default y depends on COUNTER && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX ---- At ``/counter/Kconfig.mcux_rtc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:64`` → ``/counter/Kconfig:23`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig 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.)*