public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: hci_nokia: select BT_BCM for btbcm_set_bdaddr()
@ 2017-07-22  9:57 Marcel Holtmann
  2017-07-22 19:03 ` Sebastian Reichel
  2017-07-24 18:58 ` Johan Hedberg
  0 siblings, 2 replies; 12+ messages in thread
From: Marcel Holtmann @ 2017-07-22  9:57 UTC (permalink / raw)
  To: linux-bluetooth

The Nokia devices require the setup of its Public Bluetooth Device
Address and for that it is required to depend on vendor specific
commands. For Broadcom based Nokia devices, that is part of btbcm
module and can be selected via BT_BCM config option.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 drivers/bluetooth/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
index 35952a94875e..3a6ead603e49 100644
--- a/drivers/bluetooth/Kconfig
+++ b/drivers/bluetooth/Kconfig
@@ -98,6 +98,7 @@ config BT_HCIUART_NOKIA
 	depends on BT_HCIUART_SERDEV
 	depends on PM
 	select BT_HCIUART_H4
+	select BT_BCM
 	help
 	  Nokia H4+ is serial protocol for communication between Bluetooth
 	  device and host. This protocol is required for Bluetooth devices
-- 
2.13.3


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

end of thread, other threads:[~2017-07-24 18:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-22  9:57 [PATCH] Bluetooth: hci_nokia: select BT_BCM for btbcm_set_bdaddr() Marcel Holtmann
2017-07-22 19:03 ` Sebastian Reichel
2017-07-22 19:08   ` Marcel Holtmann
2017-07-22 21:16     ` Sebastian Reichel
2017-07-23  7:32       ` Marcel Holtmann
2017-07-24 10:23         ` Sebastian Reichel
2017-07-24 15:27           ` Sebastian Reichel
2017-07-24 17:10             ` Marcel Holtmann
2017-07-24 17:09           ` Marcel Holtmann
2017-07-24 18:48             ` Sebastian Reichel
2017-07-23  7:40       ` Marcel Holtmann
2017-07-24 18:58 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox