Kconfig 466 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # ACPI Configuration for ARM64
  4. #
  5. config ACPI_IORT
  6. bool
  7. config ACPI_GTDT
  8. bool
  9. config ACPI_AGDI
  10. bool "Arm Generic Diagnostic Dump and Reset Device Interface"
  11. depends on ARM_SDE_INTERFACE
  12. help
  13. Arm Generic Diagnostic Dump and Reset Device Interface (AGDI) is
  14. a standard that enables issuing a non-maskable diagnostic dump and
  15. reset command.
  16. If set, the kernel parses AGDI table and listens for the command.