diff options
author | Archit Taneja <archit@ti.com> | 2011-12-12 01:17:43 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-01-02 01:51:28 -0500 |
commit | 6ea9b31792745ee620509930dc9eead6e1c4be25 (patch) | |
tree | 8e9685f1e31e82ea9f5130214b536d8711cbea39 /drivers/video | |
parent | d95c03f3fad265356920b7884fef6359d393ade8 (diff) |
OMAPDSS: Displays: Make PICODLP driver depend on DPI
Make PICODLP driver on OMAP2_DSS_DPI since it is the display interface it uses.
Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/omap2/displays/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/displays/Kconfig b/drivers/video/omap2/displays/Kconfig index 8d8e1fe1901c..74d29b552901 100644 --- a/drivers/video/omap2/displays/Kconfig +++ b/drivers/video/omap2/displays/Kconfig | |||
@@ -41,7 +41,7 @@ config PANEL_NEC_NL8048HL11_01B | |||
41 | 41 | ||
42 | config PANEL_PICODLP | 42 | config PANEL_PICODLP |
43 | tristate "TI PICO DLP mini-projector" | 43 | tristate "TI PICO DLP mini-projector" |
44 | depends on OMAP2_DSS && I2C | 44 | depends on OMAP2_DSS_DPI && I2C |
45 | help | 45 | help |
46 | A mini-projector used in TI's SDP4430 and EVM boards | 46 | A mini-projector used in TI's SDP4430 and EVM boards |
47 | For more info please visit http://www.dlp.com/projector/ | 47 | For more info please visit http://www.dlp.com/projector/ |