[PATCH v8 02/10] firmware: xilinx: Add Zynqmp firmware driver
From: Randy Dunlap <hidden>
Date: 2018-06-14 20:41:12
Also in:
linux-clk, linux-devicetree, lkml
From: Randy Dunlap <hidden>
Date: 2018-06-14 20:41:12
Also in:
linux-clk, linux-devicetree, lkml
On 06/14/2018 11:27 AM, Jolly Shah wrote:
From: Rajan Vaja <redacted>
Hi,
diff --git a/drivers/firmware/xilinx/Kconfig b/drivers/firmware/xilinx/Kconfig new file mode 100644 index 0000000..cce4e4f --- /dev/null +++ b/drivers/firmware/xilinx/Kconfig@@ -0,0 +1,16 @@ +# SPDX-License-Identifier: GPL-2.0 +# Kconfig for Xilinx firmwares + +menu "Zynq MPSoC Firmware Drivers" + depends on ARCH_ZYNQMP + +config ZYNQMP_FIRMWARE + bool "Enable Xilinx Zynq MPSoC firmware interface" + help + Firmware interface driver is used by different to
used by different <what>? Missing something there.
+ communicate with the firmware for various platform + management services. + Say yes to enable ZynqMP firmware interface driver. + In doubt, say N
If in doubt, say N.
+ +endmenu
-- ~Randy