summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-08-06 09:03:50 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-08-29 09:21:51 -0400
commit883f537a92734700f62ebd3e277bd2113d6f0122 (patch)
treef884e36a2e659e6cc9e22072bd5be555e4133ee9 /drivers/video/omap2
parent5c61a05daca0d6145d50e6c692418c48a07be583 (diff)
OMAPDSS: RFBI: Mark RFBI as broken
OMAPDSS's RFBI encoder driver has not been working for some time. The Nokia N800 is the only board in the mainline that uses RFBI, but it has never been fully functional. The RFBI driver needs to be updated to the new panel model, but as the driver is rather unmaintained and there's no way to test the changes, let's mark the driver as broken. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'drivers/video/omap2')
-rw-r--r--drivers/video/omap2/dss/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig
index 8f70a8300b84..dde4281663b1 100644
--- a/drivers/video/omap2/dss/Kconfig
+++ b/drivers/video/omap2/dss/Kconfig
@@ -42,6 +42,7 @@ config OMAP2_DSS_DPI
42 42
43config OMAP2_DSS_RFBI 43config OMAP2_DSS_RFBI
44 bool "RFBI support" 44 bool "RFBI support"
45 depends on BROKEN
45 default n 46 default n
46 help 47 help
47 MIPI DBI support (RFBI, Remote Framebuffer Interface, in Texas 48 MIPI DBI support (RFBI, Remote Framebuffer Interface, in Texas