From: Michal Simek Date: Fri, 4 Feb 2022 07:36:54 +0000 (+0100) Subject: video: Add missing dependency for DM_GPIO X-Git-Tag: v2025.01-rc5-pxa1908~1528^2~13 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=25a5fa1c4caa9325814ebaa006fabbcd717fd77b;p=u-boot.git video: Add missing dependency for DM_GPIO Seps driver also requires DM_GPIO to be enabled. Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/da8c25c19e5c723ed16a2a6b8494dfb967328567.1643960212.git.michal.simek@xilinx.com --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index cfa08b501b..ff8e11f648 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -675,7 +675,7 @@ config VIDEO_NX config VIDEO_SEPS525 bool "Enable video support for Seps525" - depends on DM_VIDEO + depends on DM_VIDEO && DM_GPIO help Enable support for the Syncoam PM-OLED display driver (RGB 160x128). Currently driver is supporting only SPI interface.