ar71xx: ag71xx: fix max frame length setup of the built-in switches
[openwrt.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))
22
23 define KernelPackage/cobalt-btns
24   SUBMENU:=$(OTHER_MENU)
25   TITLE:=Cobalt buttons support
26   DEPENDS:=@TARGET_cobalt +kmod-input-evdev +kmod-input-polldev
27   KCONFIG:=CONFIG_INPUT_COBALT_BTNS
28   FILES:=$(LINUX_DIR)/drivers/input/misc/cobalt_btns.ko
29   AUTOLOAD:=$(call AutoLoad,62,cobalt_btns)
30 endef
31
32 define KernelPackage/cobalt-btns/description
33   Kernel module for the Cobalt Microservers buttons
34 endef
35
36 $(eval $(call KernelPackage,cobalt-btns))