diff options
| author | Tom Rini <[email protected]> | 2026-03-23 13:53:09 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-30 07:44:08 -0600 |
| commit | ff3bece92fc5e0bdbd49e6b3e87da58fb4129a3c (patch) | |
| tree | fec1c2f368e6033d7463a10bdea2f2c1b7b7aada /drivers/video | |
| parent | 6033096d3c1e09d6aeba456d13e4c7554ca3b871 (diff) | |
video: Correct dependencies for VIDEO_LCD_RAYDIUM_RM68200
The VIDEO_LCD_RAYDIUM_RM68200 functionality can only work with BACKLIGHT
enabled, so express this dependency in Kconfig.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/video')
| -rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index cf633db02cb..508af2805c5 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -602,6 +602,7 @@ config VIDEO_LCD_LG_LH400WV3 config VIDEO_LCD_RAYDIUM_RM68200 bool "RM68200 DSI LCD panel support" + depends on BACKLIGHT select VIDEO_MIPI_DSI help Say Y here if you want to enable support for Raydium RM68200 |
