:orphan: .. title:: IPM_MHU .. option:: CONFIG_IPM_MHU *IPM MHU driver* Type: ``bool`` Help ==== Driver for SSE 200 MHU (Message Handling Unit) Direct dependencies =================== (\ :option:`IPM ` && \ :option:`BOARD_MPS2_AN521 `) || (\ :option:`IPM ` && \ :option:`BOARD_MUSCA_A `) || (\ :option:`IPM ` && \ :option:`BOARD_MUSCA_B1 `) || (\ :option:`IPM ` && \ :option:`BOARD_MUSCA_S1 `) || \ :option:`IPM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/mps2_an521/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config IPM_MHU bool default y depends on \ :option:`IPM ` && \ :option:`BOARD_MPS2_AN521 ` ---- At ``boards/arm/v2m_musca/Kconfig.defconfig:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config IPM_MHU bool default y depends on \ :option:`IPM ` && \ :option:`BOARD_MUSCA_A ` ---- At ``boards/arm/v2m_musca_b1/Kconfig.defconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config IPM_MHU bool default y depends on \ :option:`IPM ` && \ :option:`BOARD_MUSCA_B1 ` ---- At ``boards/arm/v2m_musca_s1/Kconfig.defconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config IPM_MHU bool default y depends on \ :option:`IPM ` && \ :option:`BOARD_MUSCA_S1 ` ---- At ``drivers/ipm/Kconfig:66`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:58`` Menu path: (Top) → Device Drivers → IPM drivers .. parsed-literal:: config IPM_MHU bool "IPM MHU driver" depends on \ :option:`IPM ` help Driver for SSE 200 MHU (Message Handling Unit) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*