enable MOS7720 usb-serial devices
Enable build of kernel module for MOS7720 usb-serial devices. Tested on WGT634U and WL500g running trunk @r24238. Signed-off-by: Marc Zyngier <maz@misterjones.org> SVN-Revision: 25174
This commit is contained in:
parent
e85bbb37d5
commit
2689e63f58
1 changed files with 15 additions and 0 deletions
|
@ -346,6 +346,21 @@ endef
|
|||
$(eval $(call KernelPackage,usb-serial-mct))
|
||||
|
||||
|
||||
define KernelPackage/usb-serial-mos7720
|
||||
TITLE:=Support for Moschip MOS7720 devices
|
||||
KCONFIG:=CONFIG_USB_SERIAL_MOS7720
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/mos7720.ko
|
||||
AUTOLOAD:=$(call AutoLoad,65,mos7720)
|
||||
$(call AddDepends/usb-serial)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-serial-mos7720/description
|
||||
Kernel support for Moschip MOS7720 USB-to-Serial converters
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-serial-mos7720))
|
||||
|
||||
|
||||
define KernelPackage/usb-serial-pl2303
|
||||
TITLE:=Support for Prolific PL2303 devices
|
||||
KCONFIG:=CONFIG_USB_SERIAL_PL2303
|
||||
|
|
Loading…
Reference in a new issue