diff mbox series

video: Add missing dependency for DM_GPIO

Message ID da8c25c19e5c723ed16a2a6b8494dfb967328567.1643960212.git.michal.simek@xilinx.com
State Accepted
Commit 25a5fa1c4caa9325814ebaa006fabbcd717fd77b
Delegated to: Anatolij Gustschin
Headers show
Series video: Add missing dependency for DM_GPIO | expand

Commit Message

Michal Simek Feb. 4, 2022, 7:36 a.m. UTC
Seps driver also requires DM_GPIO to be enabled.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 drivers/video/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michal Simek Feb. 15, 2022, 12:05 p.m. UTC | #1
pá 4. 2. 2022 v 8:37 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Seps driver also requires DM_GPIO to be enabled.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  drivers/video/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
> index cfa08b501bad..ff8e11f6489d 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.
> --
> 2.35.0
>

Applied.
M
diff mbox series

Patch

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index cfa08b501bad..ff8e11f6489d 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.