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: 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>
This commit is contained in:
parent
64e862a579
commit
f08f3895f4
2 changed files with 2 additions and 4 deletions
|
@ -1892,9 +1892,7 @@ config FB_VIRTUAL
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
if ARCH_OMAP
|
source "drivers/video/omap/Kconfig"
|
||||||
source "drivers/video/omap/Kconfig"
|
|
||||||
endif
|
|
||||||
|
|
||||||
source "drivers/video/backlight/Kconfig"
|
source "drivers/video/backlight/Kconfig"
|
||||||
source "drivers/video/display/Kconfig"
|
source "drivers/video/display/Kconfig"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
config FB_OMAP
|
config FB_OMAP
|
||||||
tristate "OMAP frame buffer support (EXPERIMENTAL)"
|
tristate "OMAP frame buffer support (EXPERIMENTAL)"
|
||||||
depends on FB
|
depends on FB && ARCH_OMAP
|
||||||
select FB_CFB_FILLRECT
|
select FB_CFB_FILLRECT
|
||||||
select FB_CFB_COPYAREA
|
select FB_CFB_COPYAREA
|
||||||
select FB_CFB_IMAGEBLIT
|
select FB_CFB_IMAGEBLIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue