CONFIG_PCIE_MSI¶
Enable support for PCI(e) MSI
Type: bool
Help¶
Use Message-Signaled Interrupts where possible. With this option
enabled, PCI(e) devices which support MSI will be configured (at
runtime) to use them. This is typically required for PCIe devices
to generate interrupts at all.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr Driver>/pcie/host/Kconfig:13
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:34 → <Zephyr Driver>/pcie/Kconfig:3
Menu path: (Top) → Device Drivers → Enable new PCI/PCIe Root Complex support
config PCIE_MSI
    bool "Enable support for PCI(e) MSI"
    depends on PCIE
    help
      Use Message-Signaled Interrupts where possible. With this option
      enabled, PCI(e) devices which support MSI will be configured (at
      runtime) to use them. This is typically required for PCIe devices
      to generate interrupts at all.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)