mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[kernel modules] add joystick device support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15295 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -657,6 +657,21 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,input-gpio-buttons))
|
$(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
|
define KernelPackage/mmc-spi
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
|||||||
Reference in New Issue
Block a user