* [PATCH] video: mipi-dbi: reword Kconfig prompt
@ 2024-10-01 19:19 Ahmad Fatoum
2024-10-02 12:00 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2024-10-01 19:19 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
We don't (yet? ;) have a Direct Rendering Manager subsystem as in Linux,
so let's rename the option to avoid confusion.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
drivers/video/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index b23ddfdb1e50..60adc7f30ec3 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -196,7 +196,7 @@ config DRIVER_VIDEO_PANEL_SITRONIX_ST7789V
ST7789V controller for 240x320 LCD panels
config DRIVER_VIDEO_PANEL_MIPI_DBI
- tristate "DRM support for MIPI DBI compatible panels"
+ tristate "MIPI DBI compatible panels"
depends on OFTREE && SPI
select DRIVER_VIDEO_MIPI_DBI
select FIRMWARE
--
2.39.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-02 12:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-01 19:19 [PATCH] video: mipi-dbi: reword Kconfig prompt Ahmad Fatoum
2024-10-02 12:00 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox