diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-03-03 13:37:12 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-19 10:24:18 -0400 |
| commit | 510607db7e2ad5078c554911418a71b469886076 (patch) | |
| tree | 30a742219cdd6d6368ea02143f758c1ab55c938c | |
| parent | 338124c1f18c2c737656ac58735f040d90b23d8c (diff) | |
USB: serial: Fix module name typo for qcaux Kconfig entry.
The module is called qcaux and not moto_modem. Also use help instead of
---help-- to be in sync with the other Kconfig entries.
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| -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 c78b255e3f83..a0ecb42cb33a 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
| @@ -474,14 +474,14 @@ config USB_SERIAL_OTI6858 | |||
| 474 | 474 | ||
| 475 | config USB_SERIAL_QCAUX | 475 | config USB_SERIAL_QCAUX |
| 476 | tristate "USB Qualcomm Auxiliary Serial Port Driver" | 476 | tristate "USB Qualcomm Auxiliary Serial Port Driver" |
| 477 | ---help--- | 477 | help |
| 478 | Say Y here if you want to use the auxiliary serial ports provided | 478 | Say Y here if you want to use the auxiliary serial ports provided |
| 479 | by many modems based on Qualcomm chipsets. These ports often use | 479 | by many modems based on Qualcomm chipsets. These ports often use |
| 480 | a proprietary protocol called DM and cannot be used for AT- or | 480 | a proprietary protocol called DM and cannot be used for AT- or |
| 481 | PPP-based communication. | 481 | PPP-based communication. |
| 482 | 482 | ||
| 483 | To compile this driver as a module, choose M here: the | 483 | To compile this driver as a module, choose M here: the |
| 484 | module will be called moto_modem. If unsure, choose N. | 484 | module will be called qcaux. If unsure, choose N. |
| 485 | 485 | ||
| 486 | config USB_SERIAL_QUALCOMM | 486 | config USB_SERIAL_QUALCOMM |
| 487 | tristate "USB Qualcomm Serial modem" | 487 | tristate "USB Qualcomm Serial modem" |
