CONFIG_IPM_MHU

IPM MHU driver

Type: bool

Help

Driver for SSE 200 MHU (Message Handling Unit)

Direct dependencies

(IPM && BOARD_MPS2_AN521) || (IPM && BOARD_MUSCA_A) || (IPM && BOARD_MUSCA_B1) || IPM

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/boards/arm/mps2_an521/Kconfig.defconfig:37

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config IPM_MHU
    bool
    default y
    depends on IPM && BOARD_MPS2_AN521

At <Zephyr>/boards/arm/v2m_musca/Kconfig.defconfig:48

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config IPM_MHU
    bool
    default y
    depends on IPM && BOARD_MUSCA_A

At <Zephyr>/boards/arm/v2m_musca_b1/Kconfig.defconfig:35

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config IPM_MHU
    bool
    default y
    depends on IPM && BOARD_MUSCA_B1

At <Zephyr>/drivers/ipm/Kconfig:66

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:58

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.)