parent
f3e2fb3da0
commit
cddfdc8938
1 changed files with 13 additions and 0 deletions
|
@ -682,3 +682,16 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,usb-test))
|
$(eval $(call KernelPackage,usb-test))
|
||||||
|
|
||||||
|
define KernelPackage/usb-phidget
|
||||||
|
$(call usbdep,@LINUX_2_6)
|
||||||
|
TITLE:=USB Phidget Driver
|
||||||
|
KCONFIG:=CONFIG_USB_PHIDGET CONFIG_USB_PHIDGETKIT CONFIG_USB_PHIDGETMOTORCONTROL CONFIG_USB_PHIDGETSERVO
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/usb/misc/phidget*.ko
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/usb-phidget/description
|
||||||
|
Kernel support for USB Phidget devices.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,usb-phidget))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue