diff options
| author | Michal Simek <[email protected]> | 2022-02-04 08:36:54 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2022-02-15 13:05:34 +0100 |
| commit | 25a5fa1c4caa9325814ebaa006fabbcd717fd77b (patch) | |
| tree | 132f51250fb1e30de4f7659b57633ff555259565 | |
| parent | f6f5451d469bb1541fe50dfe1661c114bc8b30b9 (diff) | |
video: Add missing dependency for DM_GPIO
Seps driver also requires DM_GPIO to be enabled.
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/da8c25c19e5c723ed16a2a6b8494dfb967328567.1643960212.git.michal.simek@xilinx.com
| -rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index cfa08b501ba..ff8e11f6489 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. |
