Skip to content

Commit

Permalink
fb menu: fix FB_OMAP dependencies so that menu is displayed correctly
Browse files Browse the repository at this point in the history
Fix FB_OMAP dependencies so that the OMAP FB driver options are presented
correctly.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Oct 30, 2007
1 parent 64e862a commit f08f389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1892,9 +1892,7 @@ config FB_VIRTUAL

If unsure, say N.

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

source "drivers/video/backlight/Kconfig"
source "drivers/video/display/Kconfig"
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/omap/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
Expand Down

0 comments on commit f08f389

Please sign in to comment.