summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/Kconfig
diff options
context:
space:
mode:
authorMichael Hsu <mhsu@nvidia.com>2011-07-13 17:11:25 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:47:41 -0800
commit48d306c94c4d82d6c097d77fc0f2294221e5f137 (patch)
tree7b373653ad9801021756fb42725a54a5766e2026 /drivers/usb/serial/Kconfig
parentfdd7ffe8e9e5f8fa5f3eb28414096fbddaef8099 (diff)
arm: tegra: comms: Add baseband character driver.
Add raw character device driver for baseband modems. Suitable for downloading modem software image to flashless modem, or sending AT modem commands after modem software is running. Original-Change-Id: I0de126c5eb8700db196e9d6838d65ccce1480c42 Reviewed-on: http://git-master/r/40936 Reviewed-by: Michael Hsu <mhsu@nvidia.com> Tested-by: Michael Hsu <mhsu@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: R76607c0d7b47938fa49d4ec57e9962f2d683a5cb
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r--drivers/usb/serial/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
index b71e309116a3..f6a54356c29d 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -661,4 +661,17 @@ config USB_SERIAL_DEBUG
To compile this driver as a module, choose M here: the
module will be called usb-debug.
+config USB_SERIAL_BASEBAND
+ tristate "USB Baseband Driver"
+ help
+ Say Y here if you want to use USB baseband character driver.
+
+ This driver may be used as a raw character device driver for
+ USB modems. For example, downloading modem firmware upon
+ modem boot up (for flashless modems), or sending modem
+ AT commands after modem software is running on device.
+
+ To compile this driver as a module, choose M here: the
+ module will be called baseband_chr.
+
endif # USB_SERIAL