Kconfig 442 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "fujitsu SoC drivers"
  3. config A64FX_DIAG
  4. bool "A64FX diag driver"
  5. depends on ARM64
  6. depends on ACPI
  7. help
  8. Say Y here if you want to enable diag interrupt on Fujitsu A64FX.
  9. This driver enables BMC's diagnostic requests and enables
  10. A64FX-specific interrupts. This allows administrators to obtain
  11. kernel dumps via diagnostic requests using ipmitool, etc.
  12. If unsure, say N.
  13. endmenu