Directory Files
.. 108
File Size
Kconfig 490 B
Makefile 239 B
agdi.c 2.7 kB
amba.c 3.2 kB
apmt.c 4.0 kB
dma.c 1.4 kB
gtdt.c 11 kB
init.c 339 B
init.h 205 B
iort.c 53 kB

Linux v6.6.1 - arm64

# SPDX-License-Identifier: GPL-2.0-only
#
# ACPI Configuration for ARM64
#

config ACPI_IORT
	bool

config ACPI_GTDT
	bool

config ACPI_AGDI
	bool "Arm Generic Diagnostic Dump and Reset Device Interface"
	depends on ARM_SDE_INTERFACE
	help
	  Arm Generic Diagnostic Dump and Reset Device Interface (AGDI) is
	  a standard that enables issuing a non-maskable diagnostic dump and
	  reset command.

	  If set, the kernel parses AGDI table and listens for the command.

config ACPI_APMT
	bool