Kconfig 645 B

1234567891011121314151617181920212223
  1. # SPDX-License-Identifier: GPL-2.0
  2. # Kconfig for Xilinx firmwares
  3. menu "Zynq MPSoC Firmware Drivers"
  4. depends on ARCH_ZYNQMP
  5. config ZYNQMP_FIRMWARE
  6. bool "Enable Xilinx Zynq MPSoC firmware interface"
  7. help
  8. Firmware interface driver is used by different
  9. drivers to communicate with the firmware for
  10. various platform management services.
  11. Say yes to enable ZynqMP firmware interface driver.
  12. If in doubt, say N.
  13. config ZYNQMP_FIRMWARE_DEBUG
  14. bool "Enable Xilinx Zynq MPSoC firmware debug APIs"
  15. depends on ZYNQMP_FIRMWARE && DEBUG_FS
  16. help
  17. Say yes to enable ZynqMP firmware interface debug APIs.
  18. If in doubt, say N.
  19. endmenu