1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:49:50 +03:00

[kernel] Add package for gpio rotary encoder

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22144 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
claudio 2010-07-12 13:20:04 +00:00
parent 4747359497
commit d63165a48d

View File

@ -310,6 +310,22 @@ endef
$(eval $(call KernelPackage,input-gpio-keys))
define KernelPackage/input-gpio-encoder
SUBMENU:=$(OTHER_MENU)
TITLE:=GPIO rotay encoder
KCONFIG:=CONFIG_INPUT_GPIO_ROTARY_ENCODER
FILES:=$(LINUX_DIR)/drivers/input/misc/rotary_encoder.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,62,rotary_encoder)
$(call AddDepends/input,@GPIO_SUPPORT)
endef
define KernelPackage/gpio-encoder/description
Kernel module to use rotary encoders connected to GPIO pins
endef
$(eval $(call KernelPackage,input-gpio-encoder))
define KernelPackage/input-joydev
SUBMENU:=$(OTHER_MENU)
TITLE:=Joystick device support