diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-25 14:01:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-25 14:01:49 +0000 |
commit | 03c06178e34418efc28b429018783869cda8350a (patch) | |
tree | f000054feaef44e598f2afad5a577e3f47fd37aa /target/linux/cobalt/modules.mk | |
parent | 83b7462ac918f8a8cc2c529086802a0843212aef (diff) | |
download | upstream-03c06178e34418efc28b429018783869cda8350a.tar.gz upstream-03c06178e34418efc28b429018783869cda8350a.tar.bz2 upstream-03c06178e34418efc28b429018783869cda8350a.zip |
package buttons driver separately
SVN-Revision: 32841
Diffstat (limited to 'target/linux/cobalt/modules.mk')
-rw-r--r-- | target/linux/cobalt/modules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/cobalt/modules.mk b/target/linux/cobalt/modules.mk index fcba757312..79cef87cac 100644 --- a/target/linux/cobalt/modules.mk +++ b/target/linux/cobalt/modules.mk @@ -19,3 +19,18 @@ define KernelPackage/fb-cobalt/descriptione endef $(eval $(call KernelPackage,fb-cobalt)) + +define KernelPackage/cobalt-btns + SUBMENU:=$(OTHER_MENU) + TITLE:=Cobalt buttons support + DEPENDS:=@TARGET_cobalt +kmod-input-evdev +kmod-input-polldev + KCONFIG:=CONFIG_INPUT_COBALT_BTNS + FILES:=$(LINUX_DIR)/drivers/input/misc/cobalt_btns.ko + AUTOLOAD:=$(call AutoLoad,62,cobalt_btns) +endef + +define KernelPackage/cobalt-btns/description + Kernel module for the Cobalt Microservers buttons +endef + +$(eval $(call KernelPackage,cobalt-btns)) |