diff options
author | Mark Knibbs <markk@clara.co.uk> | 2014-10-04 12:19:59 +0100 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2014-10-22 11:19:01 +0200 |
commit | 5f9f975b7984ffec0a25f55e58246aebf68794f4 (patch) | |
tree | 3f4dc82143364487c9e33f4d3c09a6aeb5e287cb /drivers/usb/serial/Kconfig | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) |
USB: serial: keyspan_pda: fix Entrega company name spelling
Entrega is misspelled as Entregra or Entrgra, so fix that.
Signed-off-by: Mark Knibbs <markk@clara.co.uk>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index a69f7cd9d0bf..d185613bbd7d 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig @@ -606,10 +606,10 @@ config USB_SERIAL_CYBERJACK If unsure, say N. config USB_SERIAL_XIRCOM - tristate "USB Xircom / Entregra Single Port Serial Driver" + tristate "USB Xircom / Entrega Single Port Serial Driver" select USB_EZUSB_FX2 help - Say Y here if you want to use a Xircom or Entregra single port USB to + Say Y here if you want to use a Xircom or Entrega single port USB to serial converter device. This driver makes use of firmware developed from scratch by Brian Warner. |