diff options
author | Collin May <collin@collinswebsite.com> | 2018-04-07 14:32:48 -0700 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2018-04-16 09:19:53 +0200 |
commit | fe710508b6ba9d28730f3021fed70e7043433b2e (patch) | |
tree | 9025a36a449dc633731fcc96a13ef86238a447a5 /drivers/usb/serial/Kconfig | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) |
USB: serial: simple: add libtransistor console
Add simple driver for libtransistor USB console.
This device is implemented in software:
https://github.com/reswitched/libtransistor/blob/development/lib/usb_serial.c
Signed-off-by: Collin May <collin@collinswebsite.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index a646820f5a78..533f127c30ad 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig @@ -62,6 +62,7 @@ config USB_SERIAL_SIMPLE - Fundamental Software dongle. - Google USB serial devices - HP4x calculators + - Libtransistor USB console - a number of Motorola phones - Motorola Tetra devices - Novatel Wireless GPS receivers |