projectacrn.github.io/0.7/_sources/reference/kconfig/CONFIG_DMAR_PARSE_ENABLED.r...

45 lines
898 B
ReStructuredText

:orphan:
.. title:: DMAR_PARSE_ENABLED
.. option:: CONFIG_DMAR_PARSE_ENABLED
*Enable ACPI DMA Remapping tables parsing*
Type: ``bool``
Help
====
Whether to parse the ACPI DMA Remapping tables at runtime.
Defaults
========
- "n" if \ :option:`PLATFORM_SBL <CONFIG_PLATFORM_SBL>`
- "y" if \ :option:`PLATFORM_UEFI <CONFIG_PLATFORM_UEFI>`
Kconfig definition
==================
.. highlight:: kconfig
At ``arch/x86/Kconfig:286``
Included via ``Kconfig:3``
Menu path: (top menu)
.. parsed-literal::
config DMAR_PARSE_ENABLED
bool
prompt "Enable ACPI DMA Remapping tables parsing"
default "n" if \ :option:`PLATFORM_SBL <CONFIG_PLATFORM_SBL>`
default "y" if \ :option:`PLATFORM_UEFI <CONFIG_PLATFORM_UEFI>`
help
Whether to parse the ACPI DMA Remapping tables at runtime.
*(Definitions include propagated dependencies, including from if's and menus.)*