make kmod-fb dependent on DISPLAY_SUPPORT and update targets accordingly

SVN-Revision: 32869
This commit is contained in:
Florian Fainelli
2012-07-25 19:36:19 +00:00
parent 5832e754fb
commit d359d46182
4 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ VIDEO_MENU:=Video Support
define KernelPackage/fb
SUBMENU:=$(VIDEO_MENU)
TITLE:=Framebuffer support
DEPENDS:=@DISPLAY_SUPPORT
KCONFIG:=CONFIG_FB
FILES:=$(LINUX_DIR)/drivers/video/fb.ko
AUTOLOAD:=$(call AutoLoad,06,fb)