:orphan: .. title:: CONFIG_IPM_MSG_CH_15_ENABLE .. kconfig:: CONFIG_IPM_MSG_CH_15_ENABLE CONFIG_IPM_MSG_CH_15_ENABLE ########################### *Enable IPM Message Channel 15* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`NRF53_SYNC_RTC_IPM_IN ` = 15 && \ :kconfig:`NRF53_SYNC_RTC ` && \ :kconfig:`SOC_SERIES_NRF53X ` && \ :kconfig:`SOC_FAMILY_NRF `) || (\ :kconfig:`IPM_NRFX ` && \ :kconfig:`IPM `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/nordic_nrf/nrf53/Kconfig.sync_rtc_ipm:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nordic_nrf/Kconfig:17`` → ``/arm/nordic_nrf/nrf53/Kconfig.soc:293`` Menu path: (Top) → Hardware Configuration → Enable RTC clock synchronization .. code-block:: kconfig config IPM_MSG_CH_15_ENABLE bool default y depends on NRF53_SYNC_RTC_IPM_IN = 15 && NRF53_SYNC_RTC && SOC_SERIES_NRF53X && SOC_FAMILY_NRF ---- At ``/ipm/Kconfig.nrfx_ipc_channel:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:60`` → ``/ipm/Kconfig:86`` → ``/ipm/Kconfig.nrfx:39`` Menu path: (Top) → Device Drivers → IPM drivers → IPM Message Channel [15] configuration .. code-block:: kconfig config IPM_MSG_CH_15_ENABLE bool "Enable IPM Message Channel 15" depends on IPM_NRFX && IPM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*