From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753408AbdGUHuC (ORCPT ); Fri, 21 Jul 2017 03:50:02 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:57347 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752009AbdGUHuB (ORCPT ); Fri, 21 Jul 2017 03:50:01 -0400 Date: Fri, 21 Jul 2017 09:49:58 +0200 From: Pavel Machek To: marcel@holtmann.org, gustavo@padovan.org, johan.hedberg@gmail.com, linux-bluetooth@vger.kernel.org, kernel list Cc: Netdev list Subject: [PATCH] bluetooth: document config options Message-ID: <20170721074957.GA12640@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Kernel config options should include useful help text; I had to look up the terms on wikipedia. Signed-off-by: Pavel Machek diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 68f951b..133c8a6 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -45,6 +45,8 @@ config BT_BREDR bool "Bluetooth Classic (BR/EDR) features" depends on BT default y + help + Support Bluetooth version 1 and 2 connections. =20 source "net/bluetooth/rfcomm/Kconfig" =20 @@ -58,11 +60,17 @@ config BT_HS bool "Bluetooth High Speed (HS) features" depends on BT_BREDR default y + help + Bluetooth 3 introduces high-speed mode where bluetooth endpoints + negotiate fast connection over WIFI. This controls its support. =20 config BT_LE bool "Bluetooth Low Energy (LE) features" depends on BT default y + help + Bluetooth 4 introduces special low-energy protocol, designed + for simple devices. This controls its support. =20 config BT_6LOWPAN tristate "Bluetooth 6LoWPAN support" --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --17pEHd4RhPHOinZp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAllxsiUACgkQMOfwapXb+vLPFwCgjLHy066ynfZBotvzUJaFZsqu KpkAoJvJ706dDACMKqewjy4uHvTeoWI8 =TzsD -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp--