-
CONFIG_RTC_MCUX
¶
MCUX RTC driver
Type: bool
Help¶
Enable support for mcux rtc driver.
Direct dependencies¶
(RTC
&& SOC_MKW41Z4
&& SOC_SERIES_KINETIS_KWX
) || (RTC
&& HAS_MCUX_RTC
&& RTC
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
RTC
&&SOC_MKW41Z4
&&SOC_SERIES_KINETIS_KWX
Kconfig definitions¶
At arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:20
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1
→ arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.series:13
Menu path: (top menu)
config RTC_MCUX bool default "y" ifRTC
&&SOC_MKW41Z4
&&SOC_SERIES_KINETIS_KWX
depends onRTC
&&SOC_MKW41Z4
&&SOC_SERIES_KINETIS_KWX
At drivers/rtc/Kconfig.mcux_rtc:8
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:50
→ drivers/rtc/Kconfig:29
Menu path: (top menu) → Device Drivers → Real-Time Clock
menuconfig RTC_MCUX bool prompt "MCUX RTC driver" ifRTC
&&HAS_MCUX_RTC
&&RTC
depends onRTC
&&HAS_MCUX_RTC
&&RTC
help Enable support for mcux rtc driver.
(Definitions include propagated dependencies, including from if’s and menus.)