Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: zynqmp: Make zynqmp_firmware driver optional

Make zynqmp_firmware driver as optional to disable it, if user don't
want to use default zynqmp firmware interface.

Signed-off-by: Tejas Patel <tejas.patel@xilinx.com>
Signed-off-by: Jolly Shah <jolly.shah@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>

authored by

Tejas Patel and committed by
Michal Simek
4b9cbf50 dceeb0f0

+2 -1
-1
arch/arm64/Kconfig.platforms
··· 301 301 302 302 config ARCH_ZYNQMP 303 303 bool "Xilinx ZynqMP Family" 304 - select ZYNQMP_FIRMWARE 305 304 help 306 305 This enables support for Xilinx ZynqMP Family 307 306
+2
drivers/firmware/xilinx/Kconfig
··· 6 6 7 7 config ZYNQMP_FIRMWARE 8 8 bool "Enable Xilinx Zynq MPSoC firmware interface" 9 + depends on ARCH_ZYNQMP 10 + default y if ARCH_ZYNQMP 9 11 select MFD_CORE 10 12 help 11 13 Firmware interface driver is used by different