CONFIG_DMAR_PARSE_ENABLED

(No prompt – not directly user assignable.)

Type: bool

Help

Whether to parse the ACPI DMA Remapping tables at runtime.

Defaults

Kconfig definition

At arch/x86/Kconfig:261

Included via Kconfig:3

Menu path: (top menu)

config DMAR_PARSE_ENABLED
    bool
    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.)