linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: Undocumented configuration symbols in 2.4.6pre2
@ 2001-06-13 20:19 Dunlap, Randy
  0 siblings, 0 replies; 4+ messages in thread
From: Dunlap, Randy @ 2001-06-13 20:19 UTC (permalink / raw)
  To: 'Maksim Krasnyanskiy', esr, CML2, kbuild-devel

Hi,

Could you make these 5 instances of "Not unsure" be more
palatable and less confusing?

E.g., "Not sure" or "If not sure".
But not the double negative...

As is, it basically says:  "Sure ? say M."

~Randy

> -----Original Message-----
> From: Maksim Krasnyanskiy [mailto:maxk@qualcomm.com]
> 
> >CONFIG_BLUEZ
> >CONFIG_BLUEZ_HCIEMU
> >CONFIG_BLUEZ_HCIUART
> >CONFIG_BLUEZ_HCIUSB
> >CONFIG_BLUEZ_L2CAP
> 
> Here we go:
> 
> CONFIG_BLUEZ
...
> 
>    Say Y here to enable Linux Bluetooth support and to build HCI Core 
>    layer.
> 
...
> 
>    Not unsure ? say N.
> 
> CONFIG_BLUEZ_L2CAP
...
> 
>    Say Y here to compile L2CAP support into the kernel or say 
> M to compile it 
>    as module (l2cap.o).
> 
>    Not unsure ? say M.
> 
> CONFIG_BLUEZ_HCIUART
...
> 
>    Say Y here to compile support for Bluetooth UART devices 
> into the kernel 
>    or say M to compile it as module (hci_uart.o).
> 
>    Not unsure ? say M.
> 
> 
> CONFIG_BLUEZ_HCIUSB
...
> 
>    Say Y here to compile support for Bluetooth USB devices 
> into the kernel 
>    or say M to compile it as module (hci_usb.o).
> 
>    Not unsure ? say M.
> 
> CONFIG_BLUEZ_HCIEMU
...
> 
>    Not unsure ? say M.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Undocumented configuration symbols in 2.4.6pre2
       [not found] <D5E932F578EBD111AC3F00A0C96B1E6F07DBE32F@orsmsx31.jf.intel .com>
@ 2001-06-13 20:51 ` Maksim Krasnyanskiy
  0 siblings, 0 replies; 4+ messages in thread
From: Maksim Krasnyanskiy @ 2001-06-13 20:51 UTC (permalink / raw)
  To: Dunlap, Randy; +Cc: linux-kernel

Randy,

>Could you make these 5 instances of "Not unsure" be more palatable and less confusing ?
Oops, blind cut&past without reading carefully :). 

Thanks
Max

Maksim Krasnyanskiy		
Senior Kernel Engineer
Qualcomm Incorporated

maxk@qualcomm.com
(408) 557-1092


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Undocumented configuration symbols in 2.4.6pre2
  2001-06-10 14:09 Eric S. Raymond
@ 2001-06-13 19:35 ` Maksim Krasnyanskiy
  0 siblings, 0 replies; 4+ messages in thread
From: Maksim Krasnyanskiy @ 2001-06-13 19:35 UTC (permalink / raw)
  To: esr, CML2, kbuild-devel

Hi Eric,

>CONFIG_BLUEZ
>CONFIG_BLUEZ_HCIEMU
>CONFIG_BLUEZ_HCIUART
>CONFIG_BLUEZ_HCIUSB
>CONFIG_BLUEZ_L2CAP
>
>Would the people responsible for these symbols please write Configure.help entries and send them to me?  
Yep, those are mine. They belong to Linux Bluetooth subsystem.

btw Linux is the first OS that has official Bluetooth support.

Here we go:

CONFIG_BLUEZ
   Bluetooth is low-cost, low-power, short-range wireless technology. 
   It was designed as a replacement for cables and other short-range 
   technologies like IrDA. Bluetooth operates in personal area range
   that typically extends up to 10 meters.
   More information about Bluetooth can be found at http://www.bluetooth.com

   Linux Bluetooth subsystem consist of several layers:
                 HCI Core (device and connection manager, scheduler)
                 HCI Device drivers (interface to the hardware)
                 L2CAP Module (L2CAP protocol)

   Say Y here to enable Linux Bluetooth support and to build HCI Core 
   layer.

   To use Linux Bluetooth subsystem, you will need several user-space utilities 
   like hciconfig and hcid. These utilities and updates to Bluetooth kernel 
   modules are provided in the BlueZ package.
   For more information, see http://bluez.sf.net.

   If you want to compile HCI Core as module (hci.o) say M here.

   Not unsure ? say N.

CONFIG_BLUEZ_L2CAP
   L2CAP (Logical Link Control and Adaptation Protocol) provides connection 
   oriented and connection-less data transport. L2CAP support is required for 
   most Bluetooth applications.

   Say Y here to compile L2CAP support into the kernel or say M to compile it 
   as module (l2cap.o).

   Not unsure ? say M.

CONFIG_BLUEZ_HCIUART
   Bluetooth HCI UART driver.
   This driver is required if you want to use Bluetooth devices with serial
   port interface.

   Say Y here to compile support for Bluetooth UART devices into the kernel 
   or say M to compile it as module (hci_uart.o).

   Not unsure ? say M.


CONFIG_BLUEZ_HCIUSB
   Bluetooth HCI USB driver.
   This driver is required if you want to use Bluetooth devices with USB
   interface. 

   Say Y here to compile support for Bluetooth USB devices into the kernel 
   or say M to compile it as module (hci_usb.o).

   Not unsure ? say M.

CONFIG_BLUEZ_HCIEMU
   Bluetooth Virtual HCI device driver.
   This driver is required if you want to use HCI Emulation software.

   Say Y here to compile support for Virtual HCI devices into the kernel or 
   say M to compile it as module (hci_usb.o).

   Not unsure ? say M.

Thanks
Max

Maksim Krasnyanskiy		
Senior Kernel Engineer
Qualcomm Incorporated

maxk@qualcomm.com
(408) 557-1092


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Undocumented configuration symbols in 2.4.6pre2
@ 2001-06-10 14:09 Eric S. Raymond
  2001-06-13 19:35 ` Maksim Krasnyanskiy
  0 siblings, 1 reply; 4+ messages in thread
From: Eric S. Raymond @ 2001-06-10 14:09 UTC (permalink / raw)
  To: CML2, kbuild-devel; +Cc: maxk

The 2.4.6-pre2 kernel introduces some new configuration symbols:

CONFIG_AMD7409_OVERRIDE
CONFIG_BLK_DEV_AMD7409
CONFIG_BLK_DEV_OSB4
CONFIG_BLUEZ
CONFIG_BLUEZ_HCIEMU
CONFIG_BLUEZ_HCIUART
CONFIG_BLUEZ_HCIUSB
CONFIG_BLUEZ_L2CAP

Would the people responsible for these symbols please write Configure.help
entries and send them to me?  Before this update Configure.help had 
complete coverage; let's try to keep it that way.
-- 
		<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>

"Today, we need a nation of Minutemen, citizens who are not only prepared to
take arms, but citizens who regard the preservation of freedom as the basic
purpose of their daily life and who are willing to consciously work and
sacrifice for that freedom."	-- John F. Kennedy

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-06-13 20:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-13 20:19 Undocumented configuration symbols in 2.4.6pre2 Dunlap, Randy
     [not found] <D5E932F578EBD111AC3F00A0C96B1E6F07DBE32F@orsmsx31.jf.intel .com>
2001-06-13 20:51 ` Maksim Krasnyanskiy
  -- strict thread matches above, loose matches on Subject: below --
2001-06-10 14:09 Eric S. Raymond
2001-06-13 19:35 ` Maksim Krasnyanskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).