[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[patch 03/06] ti_usb, kconfig: describe firmware files in userspace



pp-by: Oleg Verych
---
 drivers/usb/serial/Kconfig |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

Index: linux-source-2.6.18/drivers/usb/serial/Kconfig
===================================================================
--- linux-source-2.6.18.orig/drivers/usb/serial/Kconfig	2007-02-23 09:05:44.494591500 +0100
+++ linux-source-2.6.18/drivers/usb/serial/Kconfig	2007-02-23 09:13:00.081814000 +0100
@@ -129,7 +129,7 @@
 
 	  Supported microcontrollers in the CY4601 family are:
 		CY7C63741 CY7C63742 CY7C63743 CY7C64013
-	
+
 	  To compile this driver as a module, choose M here: the
 	  module will be called cypress_m8.
 
@@ -461,9 +461,18 @@
 config USB_SERIAL_TI
 	tristate "USB TI 3410/5052 Serial Driver"
 	depends on USB_SERIAL
+	select FW_LOADER
 	help
 	  Say Y here if you want to use the TI USB 3410 or 5052
-	  serial devices.
+	  usb to serial converters or devices using them as interfaces.
+
+	  Standard setup requires firmware change. Default firmware files
+	  from Texas Instruments' driver package are:
+
+	  * umpf3410.i51
+	  * umpf5052.i51
+
+	  This files or symlinks must be placed in /lib/firmware.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called ti_usb_3410_5052.

--



Reply to: