-
CONFIG_DMAR_PARSE_ENABLED
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Whether to parse the ACPI DMA Remapping tables at runtime.
Defaults¶
- “n” if
PLATFORM_SBL
- “y” if
PLATFORM_UEFI
Kconfig definition¶
At arch/x86/Kconfig:261
Included via Kconfig:3
Menu path: (top menu)
config DMAR_PARSE_ENABLED bool default "n" ifPLATFORM_SBL
default "y" ifPLATFORM_UEFI
help Whether to parse the ACPI DMA Remapping tables at runtime.
(Definitions include propagated dependencies, including from if’s and menus.)