CONFIG_IPM_MHU¶
IPM MHU driver
Type: bool
Help¶
Driver for SSE 200 MHU (Message Handling Unit)
Direct dependencies¶
(IPM && (BOARD_MPS2_AN521_CPU0 || BOARD_MPS2_AN521_CPU0_NS || BOARD_MPS2_AN521_CPU1)) || (IPM && BOARD_MUSCA_B1) || (IPM && BOARD_MUSCA_S1) || IPM
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
- y 
Kconfig definitions¶
At <Zephyr Boards>/arm/mps2_an521/Kconfig.defconfig:52
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config IPM_MHU
    bool
    default y
    depends on IPM && (BOARD_MPS2_AN521_CPU0 || BOARD_MPS2_AN521_CPU0_NS || BOARD_MPS2_AN521_CPU1)
At <Zephyr Boards>/arm/v2m_musca_b1/Kconfig.defconfig:35
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config IPM_MHU
    bool
    default y
    depends on IPM && BOARD_MUSCA_B1
At <Zephyr Boards>/arm/v2m_musca_s1/Kconfig.defconfig:35
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config IPM_MHU
    bool
    default y
    depends on IPM && BOARD_MUSCA_S1
At <Zephyr Driver>/ipm/Kconfig:66
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:60
Menu path: (Top) → Device Drivers → IPM drivers
config IPM_MHU
    bool "IPM MHU driver"
    depends on IPM
    help
      Driver for SSE 200 MHU (Message Handling Unit)
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)