Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menu "fujitsu SoC drivers"
0003 
0004 config A64FX_DIAG
0005         bool "A64FX diag driver"
0006         depends on ARM64
0007         depends on ACPI
0008         help
0009           Say Y here if you want to enable diag interrupt on Fujitsu A64FX.
0010           This driver enables BMC's diagnostic requests and enables
0011           A64FX-specific interrupts. This allows administrators to obtain
0012           kernel dumps via diagnostic requests using ipmitool, etc.
0013 
0014           If unsure, say N.
0015 
0016 endmenu