CONFIG_DMAR_PARSE_ENABLED

Enable ACPI DMA Remapping tables parsing

Type: bool

Help

Whether to parse the ACPI DMA Remapping tables at runtime.

Defaults

Kconfig definition

At arch/x86/Kconfig:311

Included via Kconfig:3

Menu path: (top menu)

config DMAR_PARSE_ENABLED
    bool
    prompt "Enable ACPI DMA Remapping tables parsing"
    default "n" if PLATFORM_SBL
    default "y" if PLATFORM_UEFI
    help
      Whether to parse the ACPI DMA Remapping tables at runtime.

(Definitions include propagated dependencies, including from if’s and menus.)