17 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menu "fujitsu SoC drivers"3 4config A64FX_DIAG5 bool "A64FX diag driver"6 depends on ARM647 depends on ACPI8 help9 Say Y here if you want to enable diag interrupt on Fujitsu A64FX.10 This driver enables BMC's diagnostic requests and enables11 A64FX-specific interrupts. This allows administrators to obtain12 kernel dumps via diagnostic requests using ipmitool, etc.13 14 If unsure, say N.15 16endmenu17