[PATCH 0/2] arch: arm64: xilinx: Make zynqmp_firmware driver optional

From: Jolly Shah
Date: Thu Jan 09 2020 - 14:06:29 EST


From: Tejas Patel <tejas.patel@xxxxxxxxxx>

Zynqmp firmware driver requires firmware to be present in system.
Zynqmp firmware driver will crash if firmware is not present in system.
For example single arch QEMU, may not have firmware, with such setup
Linux booting fails.

So make zynqmp_firmware driver as optional to disable it if user don't
have firmware in system.

Tejas Patel (2):
include: linux: firmware: Correct config dependency of zynqmp_eemi_ops
arch: arm64: xilinx: Make zynqmp_firmware driver optional

arch/arm64/Kconfig.platforms | 1 -
drivers/firmware/xilinx/Kconfig | 2 ++
include/linux/firmware/xlnx-zynqmp.h | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)

--
2.7.4