:orphan: .. title:: COUNTER_MCUX_RTC .. option:: CONFIG_COUNTER_MCUX_RTC *MCUX RTC driver* Type: ``bool`` Help ==== 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 =================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:83`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` → ``soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:26`` Menu path: (Top) .. parsed-literal:: config COUNTER_MCUX_RTC bool default y depends on \ :option:`COUNTER ` && \ :option:`SOC_MK64F12 ` && \ :option:`SOC_SERIES_KINETIS_K6X ` ---- At ``soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk66f18:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` → ``soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:26`` Menu path: (Top) .. parsed-literal:: config COUNTER_MCUX_RTC bool default y depends on \ :option:`COUNTER ` && \ :option:`SOC_MK66F18 ` && \ :option:`SOC_SERIES_KINETIS_K6X ` ---- At ``soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config COUNTER_MCUX_RTC bool default y depends on \ :option:`COUNTER ` && \ :option:`SOC_SERIES_KINETIS_KE1XF ` ---- At ``soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` → ``soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11`` Menu path: (Top) .. parsed-literal:: config COUNTER_MCUX_RTC bool default y depends on \ :option:`COUNTER ` && \ :option:`SOC_MKW41Z4 ` && \ :option:`SOC_SERIES_KINETIS_KWX ` ---- At ``drivers/counter/Kconfig.mcux_rtc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:64`` → ``drivers/counter/Kconfig:23`` Menu path: (Top) → Device Drivers → Counter Drivers .. parsed-literal:: config COUNTER_MCUX_RTC bool "MCUX RTC driver" depends on \ :option:`HAS_MCUX_RTC ` && \ :option:`COUNTER ` help Enable support for mcux rtc driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*