CONFIG_ENFORCE_VALIDATED_ACPI_INFO

Enforce validated ACPI info table

Type: bool

Help

When set, validated ACPI info tables is enforced and using offline tools to generate such data is required. Otherwise a warning will be printed when validated ACPI info is unavailable, but a binary can still be built with the ACPI info template.

Defaults

  • “n”

Kconfig definition

At arch/x86/Kconfig:320

Included via Kconfig:3

Menu path: (top menu)

config ENFORCE_VALIDATED_ACPI_INFO
    bool
    prompt "Enforce validated ACPI info table"
    default "n"
    help
      When set, validated ACPI info tables is enforced and using offline
      tools to generate such data is required. Otherwise a warning will be
      printed when validated ACPI info is unavailable, but a binary can
      still be built with the ACPI info template.

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