projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f5451
)
video: Add missing dependency for DM_GPIO
author
Michal Simek
<michal.simek@xilinx.com>
Fri, 4 Feb 2022 07:36:54 +0000
(08:36 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Tue, 15 Feb 2022 12:05:34 +0000
(13:05 +0100)
Seps driver also requires DM_GPIO to be enabled.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link:
https://lore.kernel.org/r/da8c25c19e5c723ed16a2a6b8494dfb967328567.1643960212.git.michal.simek@xilinx.com
drivers/video/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/Kconfig
b/drivers/video/Kconfig
index cfa08b501bad6f67c8f1365fff893f0c037b01d7..ff8e11f6489db4d12d6bbc97b5a69ecfafe716e0 100644
(file)
--- 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.