-
CONFIG_RTC_MCUX
¶
MCUX RTC driver
Type: bool
Help¶
Enable support for mcux rtc driver.
Direct dependencies¶
(RTC
&& SOC_MKW41Z4
&& SOC_SERIES_KINETIS_KWX
) || (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 soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:20
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_kinetis/Kconfig.defconfig:3
→ soc/arm/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:35
→ drivers/Kconfig:48
→ drivers/rtc/Kconfig:32
Menu path: (top menu) → Device Drivers → Real-Time Clock
menuconfig RTC_MCUX bool prompt "MCUX RTC driver" ifHAS_MCUX_RTC
&&RTC
depends onHAS_MCUX_RTC
&&RTC
help Enable support for mcux rtc driver.
(Definitions include propagated dependencies, including from if’s and menus.)