Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) # Kconfig for Xilinx firmwares
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) menu "Zynq MPSoC Firmware Drivers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	depends on ARCH_ZYNQMP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) config ZYNQMP_FIRMWARE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	bool "Enable Xilinx Zynq MPSoC firmware interface"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	depends on ARCH_ZYNQMP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	default y if ARCH_ZYNQMP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	select MFD_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	  Firmware interface driver is used by different
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	  drivers to communicate with the firmware for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  various platform management services.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	  Say yes to enable ZynqMP firmware interface driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  If in doubt, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) config ZYNQMP_FIRMWARE_DEBUG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	bool "Enable Xilinx Zynq MPSoC firmware debug APIs"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	depends on ZYNQMP_FIRMWARE && DEBUG_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	  Say yes to enable ZynqMP firmware interface debug APIs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	  If in doubt, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) endmenu