-
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 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)
config COUNTER_MCUX_RTC
bool
default y
depends on COUNTER && SOC_MK64F12 && 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)
config COUNTER_MCUX_RTC
bool
default y
depends on COUNTER && SOC_MK66F18 && 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)
config COUNTER_MCUX_RTC
bool
default y
depends on COUNTER && 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)
config COUNTER_MCUX_RTC
bool
default y
depends on COUNTER && SOC_MKW41Z4 && 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
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.)