diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-04-07 21:25:54 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-04-07 21:25:54 -0700 |
| commit | f74682cfe60152bdb8e26028c08092e340eaca49 (patch) | |
| tree | 0c1995d0ac36cde06be922e58178faf3c025a111 /drivers/usb/class/Config.help | |
| parent | b46bff09512a21fd9e58c4cf4205b4a635d1f020 (diff) | |
USB bluetooth tty driver
renamed the bluetooth.c file to bluettty.c to help prevent user confusion
between this driver and the bluez bluetooth stack in the kernel.
Diffstat (limited to 'drivers/usb/class/Config.help')
| -rw-r--r-- | drivers/usb/class/Config.help | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/usb/class/Config.help b/drivers/usb/class/Config.help index f1bdb77805d1..c963c4748b41 100644 --- a/drivers/usb/class/Config.help +++ b/drivers/usb/class/Config.help @@ -17,15 +17,21 @@ CONFIG_USB_AUDIO The module will be called audio.o. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. -CONFIG_USB_BLUETOOTH +CONFIG_USB_BLUETOOTH_TTY Say Y here if you want to connect a USB Bluetooth device to your computer's USB port. You will need the Bluetooth stack (available at <http://developer.axis.com/software/index.shtml>) to fully use the device. + This driver implements a tty inteface to a Bluetooth device. If + you want to use a socket based Bluetooth stack (like the BlueZ + stack), do not use this driver. + + If in doubt, say N here. + This code is also available as a module ( = code which can be inserted in and removed from the running kernel whenever you want). - The module will be called bluetooth.o. If you want to compile it as + The module will be called bluetty.o. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. CONFIG_USB_PRINTER |
