[cobalt] package cobalt lcd as a module
[openwrt/svn-archive/archive.git] / target / linux / cobalt / modules.mk
1 #
2 # Copyright (C) 2012 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define KernelPackage/fb-cobalt
9 SUBMENU:=$(VIDEO_MENU)
10 TITLE:=Cobalt framebuffer support
11 DEPENDS:=@TARGET_cobalt +kmod-fb
12 KCONFIG:=CONFIG_FB_COBALT
13 FILES:=$(LINUX_DIR)/drivers/video/cobalt_lcdfb.ko
14 AUTOLOAD:=$(call AutoLoad,50,cobalt_lcdfb)
15 endef
16
17 define KernelPackage/fb-cobalt/descriptione
18 Kernel module for the Cobalt Microservers framebuffer
19 endef
20
21 $(eval $(call KernelPackage,fb-cobalt))