From 1d511edc4774702a9b70c81fde8a61ca42c46030 Mon Sep 17 00:00:00 2001 From: Hamish Guthrie Date: Mon, 20 Apr 2009 12:31:00 +0000 Subject: add joystick device support SVN-Revision: 15295 --- package/kernel/modules/other.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 38df6429e0..bed8eaaa56 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -657,6 +657,21 @@ endef $(eval $(call KernelPackage,input-gpio-buttons)) +define KernelPackage/input-joydev + SUBMENU:=$(OTHER_MENU) + TITLE:=Joystick device support + DEPENDS:=+kmod-input-core + KCONFIG:=CONFIG_INPUT_JOYDEV + FILES:=$(LINUX_DIR)/drivers/input/joydev.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,62,joydev) +endef + +define KernelPackage/input-joydev/description + Kernel module for joystick support +endef + +$(eval $(call KernelPackage,input-joydev)) + define KernelPackage/mmc-spi SUBMENU:=$(OTHER_MENU) -- cgit v1.2.3