All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] video: Add dependency for VIDEO_IMX_HDP_LOAD
@ 2019-05-22  5:38 Alison Wang
  0 siblings, 0 replies; only message in thread
From: Alison Wang @ 2019-05-22  5:38 UTC (permalink / raw)
  To: u-boot

As VIDEO_IMX_HDP_LOAD is supported on LS1028A, this patch adds
ARCH_LS1028A dependency for VIDEO_IMX_HDP_LOAD.

Signed-off-by: Alison Wang <alison.wang@nxp.com>
---
 drivers/video/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 7aa1727e5b..f1fa25a49e 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -552,7 +552,7 @@ config VIDEO
 config VIDEO_IMX_HDP_LOAD
 	bool "i.MX8 HDMI/DP firmware loading"
 	default y
-	depends on VIDEO
+	depends on VIDEO && ARCH_LS1028A
 	help
 	  Support for HDMI/DP firmware loading for i.MX8QM and LS1028A
 	  processors. The firmware is copied from system memory to the
-- 
2.17.1

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

only message in thread, other threads:[~2019-05-22  5:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-22  5:38 [U-Boot] [PATCH] video: Add dependency for VIDEO_IMX_HDP_LOAD Alison Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.