public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Kconfig: Make ZYNQMP_FIRMWARE depend on ARCH_ZYNQMP
@ 2019-11-04 23:21 Adam Ford
  0 siblings, 0 replies; only message in thread
From: Adam Ford @ 2019-11-04 23:21 UTC (permalink / raw)
  To: u-boot

There is a menu option to enable ZYNQMP_FIRMWARE even when
ARCH_ZYNQMP is not enabled.

This makes ZYNQMP_FIRMWARE depend on ARCH_ZYNQMP to help
quiet unrelated options in menuconfig.

Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index b70a206355..a6227aa62d 100644
--- a/drivers/firmware/Kconfig
+++ b/drivers/firmware/Kconfig
@@ -30,6 +30,7 @@ config TI_SCI_PROTOCOL
 config ZYNQMP_FIRMWARE
 	bool "ZynqMP Firmware interface"
 	select FIRMWARE
+	depends on ARCH_ZYNQMP
 	help
 	  Firmware interface driver is used by different
 	  drivers to communicate with the firmware for
-- 
2.20.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-04 23:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-04 23:21 [U-Boot] [PATCH] Kconfig: Make ZYNQMP_FIRMWARE depend on ARCH_ZYNQMP Adam Ford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox