Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f3aa06c authored by Mayuresh Janorkar's avatar Mayuresh Janorkar Committed by Tomi Valkeinen
Browse files

OMAP2PLUS: DSS2: Add OMAP4 Kconfig support



Enable DSS2 and OMAPFB for OMAP4 in Kconfig

Signed-off-by: default avatarMayuresh Janorkar <mayur@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent f38190d6
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
menuconfig OMAP2_DSS
menuconfig OMAP2_DSS
        tristate "OMAP2/3 Display Subsystem support (EXPERIMENTAL)"
        tristate "OMAP2+ Display Subsystem support (EXPERIMENTAL)"
        depends on ARCH_OMAP2 || ARCH_OMAP3
        depends on ARCH_OMAP2PLUS
        help
        help
          OMAP2/3 Display Subsystem support.
	  OMAP2+ Display Subsystem support.


if OMAP2_DSS
if OMAP2_DSS


+3 −3
Original line number Original line Diff line number Diff line
menuconfig FB_OMAP2
menuconfig FB_OMAP2
        tristate "OMAP2/3 frame buffer support (EXPERIMENTAL)"
        tristate "OMAP2+ frame buffer support (EXPERIMENTAL)"
        depends on FB && OMAP2_DSS
        depends on FB && OMAP2_DSS


	select OMAP2_VRAM
	select OMAP2_VRAM
@@ -8,10 +8,10 @@ menuconfig FB_OMAP2
        select FB_CFB_COPYAREA
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT
        select FB_CFB_IMAGEBLIT
        help
        help
          Frame buffer driver for OMAP2/3 based boards.
	  Frame buffer driver for OMAP2+ based boards.


config FB_OMAP2_DEBUG_SUPPORT
config FB_OMAP2_DEBUG_SUPPORT
	bool "Debug support for OMAP2/3 FB"
        bool "Debug support for OMAP2+ FB"
	default y
	default y
	depends on FB_OMAP2
	depends on FB_OMAP2
	help
	help