2012-02-29 19:38:13

by Andre Guedes

[permalink] [raw]
Subject: [PATCH] Bluetooth: Fix Kconfig help description

SMP is not a kernel module, it is part of Bluetooth Core (as already
described in lines above).

Signed-off-by: Andre Guedes <[email protected]>
---
net/bluetooth/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig
index 9ec85eb..3537d38 100644
--- a/net/bluetooth/Kconfig
+++ b/net/bluetooth/Kconfig
@@ -29,7 +29,6 @@ menuconfig BT
BNEP Module (Bluetooth Network Encapsulation Protocol)
CMTP Module (CAPI Message Transport Protocol)
HIDP Module (Human Interface Device Protocol)
- SMP Module (Security Manager Protocol)

Say Y here to compile Bluetooth support into the kernel or say M to
compile it as module (bluetooth).
--
1.7.9.2



2012-03-01 02:04:06

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: Fix Kconfig help description

Hi Andre,

On Wed, Feb 29, 2012, Andre Guedes wrote:
> SMP is not a kernel module, it is part of Bluetooth Core (as already
> described in lines above).
>
> Signed-off-by: Andre Guedes <[email protected]>
> ---
> net/bluetooth/Kconfig | 1 -
> 1 file changed, 1 deletion(-)

Applied. Thanks.

Johan

2012-02-29 21:27:17

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: Fix Kconfig help description

Hi Andre,

> SMP is not a kernel module, it is part of Bluetooth Core (as already
> described in lines above).
>
> Signed-off-by: Andre Guedes <[email protected]>
> ---
> net/bluetooth/Kconfig | 1 -
> 1 file changed, 1 deletion(-)

Acked-by: Marcel Holtmann <[email protected]>

Regards

Marcel



2012-02-29 19:47:43

by Gustavo Padovan

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: Fix Kconfig help description

* Andre Guedes <[email protected]> [2012-02-29 16:38:13 -0300]:

> SMP is not a kernel module, it is part of Bluetooth Core (as already
> described in lines above).
>
> Signed-off-by: Andre Guedes <[email protected]>
> ---
> net/bluetooth/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig
> index 9ec85eb..3537d38 100644
> --- a/net/bluetooth/Kconfig
> +++ b/net/bluetooth/Kconfig
> @@ -29,7 +29,6 @@ menuconfig BT
> BNEP Module (Bluetooth Network Encapsulation Protocol)
> CMTP Module (CAPI Message Transport Protocol)
> HIDP Module (Human Interface Device Protocol)
> - SMP Module (Security Manager Protocol)
>
> Say Y here to compile Bluetooth support into the kernel or say M to
> compile it as module (bluetooth).

Acked-by: Gustavo F. Padovan <[email protected]>

Gustavo