CONFIG_ENFORCE_VALIDATED_ACPI_INFO

Enforce the use of validated ACPI info table

Type: bool

Help

When set, the use of validated ACPI info tables is enforced and using an offline tool 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:287

Included via Kconfig:3

Menu path: (top menu)

config ENFORCE_VALIDATED_ACPI_INFO
    bool "Enforce the use of validated ACPI info table"
    default n
    help
      When set, the use of validated ACPI info tables is enforced and using
      an offline tool 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.)