mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
[package] kernel: package cypress m8 usb-to-serial module (#7210)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21104 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
064e23bdd5
commit
725f6b1cca
@ -469,6 +469,24 @@ endef
|
||||
$(eval $(call KernelPackage,usb-serial-visor))
|
||||
|
||||
|
||||
define KernelPackage/usb-serial-cypress-m8
|
||||
$(call KernelPackage/usb-serial/Depends,)
|
||||
TITLE:=Support for CypressM8 USB-Serial
|
||||
KCONFIG:=CONFIG_USB_SERIAL_CYPRESS_M8
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/cypress_m8.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,65,cypress_m8)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-serial-cypress-m8/description
|
||||
Kernel support for devices with Cypress M8 USB to Serial chip
|
||||
(for example, the Delorme Earthmate LT-20 GPS)
|
||||
Supported microcontrollers in the CY4601 family are:
|
||||
CY7C63741 CY7C63742 CY7C63743 CY7C64013
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-serial-cypress-m8))
|
||||
|
||||
|
||||
define KernelPackage/usb-serial-keyspan
|
||||
$(call KernelPackage/usb-serial/Depends,)
|
||||
TITLE:=Support for Keyspan USB-to-Serial devices
|
||||
|
Loading…
Reference in New Issue
Block a user