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

Commit f08f3895 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

fb menu: fix FB_OMAP dependencies so that menu is displayed correctly



Fix FB_OMAP dependencies so that the OMAP FB driver options are presented
correctly.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 64e862a5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1892,9 +1892,7 @@ config FB_VIRTUAL

	  If unsure, say N.

if ARCH_OMAP
source "drivers/video/omap/Kconfig"
endif

source "drivers/video/backlight/Kconfig"
source "drivers/video/display/Kconfig"
+1 −1
Original line number Diff line number Diff line
config FB_OMAP
	tristate "OMAP frame buffer support (EXPERIMENTAL)"
	depends on FB
	depends on FB && ARCH_OMAP
	select FB_CFB_FILLRECT
	select FB_CFB_COPYAREA
	select FB_CFB_IMAGEBLIT