Make sure we will build USB hid support
SVN-Revision: 10719
This commit is contained in:
parent
47e402733a
commit
825915f38f
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ $(eval $(call KernelPackage,usb-net-cdc-ether))
|
|||
define KernelPackage/usb-hid
|
||||
$(call usbdep,@LINUX_2_6 +kmod-input-core +kmod-input-evdev)
|
||||
TITLE:=Support for USB Human Input Devices
|
||||
KCONFIG:=CONFIG_USB_HID
|
||||
KCONFIG:=CONFIG_HID_SUPPORT=y CONFIG_USB_HID
|
||||
FILES:=$(LINUX_DIR)/drivers/$(USBHID_DIR)/usbhid.ko
|
||||
AUTOLOAD:=$(call AutoLoad,70,usbhid)
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue