diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-08 00:15:43 +0300 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-08 06:46:09 +0300 |
commit | a0019bca04029d25a8bbbaaaf28487e6ccd7878e (patch) | |
tree | c68895501b1385eb5501628e528347fb31cc6af5 /net/bluetooth/Kconfig | |
parent | 6de0702b5b93da0ef097aa092b4597fbc024ebba (diff) | |
download | linux-a0019bca04029d25a8bbbaaaf28487e6ccd7878e.tar.xz |
Bluetooth: update Bluetooth daemon name in Kconfig help
Change hcid to bluetoothd.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'net/bluetooth/Kconfig')
-rw-r--r-- | net/bluetooth/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index ed371684c133..e45eae66eaf3 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -27,9 +27,9 @@ menuconfig BT compile it as module (bluetooth). 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 packages. - For more information, see <http://www.bluez.org/>. + utilities like hciconfig and bluetoothd. These utilities and updates + to Bluetooth kernel modules are provided in the BlueZ packages. For + more information, see <http://www.bluez.org/>. config BT_L2CAP tristate "L2CAP protocol support" |