05cefbe2f2
The board files now use the new panel drivers, making the old panel drivers obsolete. Remove the old panel drivers, Kconfig and Makefile entries, and the panels' platform data structs. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Archit Taneja <archit@ti.com>
11 lines
186 B
Plaintext
11 lines
186 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-new/Kconfig"
|
|
|
|
endif
|