mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-26 20:58:33 +00:00
2773fefbd7
Add TFP410 DPI-to-DVI Encoder driver which uses the new DSS device model and DSS ops. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
12 lines
232 B
Plaintext
12 lines
232 B
Plaintext
config OMAP2_VRFB
|
|
bool
|
|
|
|
if ARCH_OMAP2PLUS
|
|
|
|
source "drivers/video/omap2/dss/Kconfig"
|
|
source "drivers/video/omap2/omapfb/Kconfig"
|
|
source "drivers/video/omap2/displays/Kconfig"
|
|
source "drivers/video/omap2/displays-new/Kconfig"
|
|
|
|
endif
|