forked from Minki/linux
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>
This commit is contained in:
parent
dceeb0f0e6
commit
4b9cbf5084
@ -301,7 +301,6 @@ config ARCH_ZX
|
||||
|
||||
config ARCH_ZYNQMP
|
||||
bool "Xilinx ZynqMP Family"
|
||||
select ZYNQMP_FIRMWARE
|
||||
help
|
||||
This enables support for Xilinx ZynqMP Family
|
||||
|
||||
|
@ -6,6 +6,8 @@ menu "Zynq MPSoC Firmware Drivers"
|
||||
|
||||
config ZYNQMP_FIRMWARE
|
||||
bool "Enable Xilinx Zynq MPSoC firmware interface"
|
||||
depends on ARCH_ZYNQMP
|
||||
default y if ARCH_ZYNQMP
|
||||
select MFD_CORE
|
||||
help
|
||||
Firmware interface driver is used by different
|
||||
|
Loading…
Reference in New Issue
Block a user