Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326146
b: refs/heads/master
c: 70c048a
h: refs/heads/master
v: v3
  • Loading branch information
Rene Buergel authored and Greg Kroah-Hartman committed Sep 26, 2012
1 parent 0ef5738 commit 8f07c77
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e0423dee897734576cf4cc021165dd4521e9d3cc
refs/heads/master: 70c048a238c780c226eb4b115ebaa908cb3b34ec
5 changes: 5 additions & 0 deletions trunk/drivers/usb/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,8 @@ config USB_YUREX
To compile this driver as a module, choose M here: the
module will be called yurex.

config USB_EZUSB_FX2
tristate "Functions for loading firmware on EZUSB chips"
help
Say Y here if you need EZUSB device support.
(Cypress FX/FX2/FX2LP microcontrollers)
1 change: 1 addition & 0 deletions trunk/drivers/usb/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ obj-$(CONFIG_USB_CYPRESS_CY7C63) += cypress_cy7c63.o
obj-$(CONFIG_USB_CYTHERM) += cytherm.o
obj-$(CONFIG_USB_EMI26) += emi26.o
obj-$(CONFIG_USB_EMI62) += emi62.o
obj-$(CONFIG_USB_EZUSB_FX2) += ezusb.o
obj-$(CONFIG_USB_FTDI_ELAN) += ftdi-elan.o
obj-$(CONFIG_USB_IDMOUSE) += idmouse.o
obj-$(CONFIG_USB_IOWARRIOR) += iowarrior.o
Expand Down
File renamed without changes.
13 changes: 4 additions & 9 deletions trunk/drivers/usb/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ config USB_SERIAL_CONSOLE

If unsure, say N.

config USB_EZUSB
bool "Functions for loading firmware on EZUSB chips"
help
Say Y here if you need EZUSB device support.

config USB_SERIAL_GENERIC
bool "USB Generic Serial Driver"
help
Expand Down Expand Up @@ -94,7 +89,7 @@ config USB_SERIAL_CH341

config USB_SERIAL_WHITEHEAT
tristate "USB ConnectTech WhiteHEAT Serial Driver"
select USB_EZUSB
select USB_EZUSB_FX2
help
Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
USB to serial converter device.
Expand Down Expand Up @@ -281,7 +276,7 @@ config USB_SERIAL_IUU

config USB_SERIAL_KEYSPAN_PDA
tristate "USB Keyspan PDA Single Port Serial Driver"
select USB_EZUSB
select USB_EZUSB_FX2
help
Say Y here if you want to use a Keyspan PDA single port USB to
serial converter device. This driver makes use of firmware
Expand All @@ -292,7 +287,7 @@ config USB_SERIAL_KEYSPAN_PDA

config USB_SERIAL_KEYSPAN
tristate "USB Keyspan USA-xxx Serial Driver"
select USB_EZUSB
select USB_EZUSB_FX2
---help---
Say Y here if you want to use Keyspan USB to serial converter
devices. This driver makes use of Keyspan's official firmware
Expand Down Expand Up @@ -596,7 +591,7 @@ config USB_SERIAL_CYBERJACK

config USB_SERIAL_XIRCOM
tristate "USB Xircom / Entregra Single Port Serial Driver"
select USB_EZUSB
select USB_EZUSB_FX2
help
Say Y here if you want to use a Xircom or Entregra single port USB to
serial converter device. This driver makes use of firmware
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/usb/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ obj-$(CONFIG_USB_SERIAL) += usbserial.o
usbserial-y := usb-serial.o generic.o bus.o

usbserial-$(CONFIG_USB_SERIAL_CONSOLE) += console.o
usbserial-$(CONFIG_USB_EZUSB) += ezusb.o

obj-$(CONFIG_USB_SERIAL_AIRCABLE) += aircable.o
obj-$(CONFIG_USB_SERIAL_ARK3116) += ark3116.o
Expand Down

0 comments on commit 8f07c77

Please sign in to comment.