ソースを参照

Bluetooth: hci_nokia: select BT_BCM for btbcm_set_bdaddr()

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>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Marcel Holtmann 8 年 前
コミット
6a48542091
1 ファイル変更1 行追加0 行削除
  1. 1 0
      drivers/bluetooth/Kconfig

+ 1 - 0
drivers/bluetooth/Kconfig

@@ -98,6 +98,7 @@ config BT_HCIUART_NOKIA
 	depends on BT_HCIUART_SERDEV
 	depends on BT_HCIUART_SERDEV
 	depends on PM
 	depends on PM
 	select BT_HCIUART_H4
 	select BT_HCIUART_H4
+	select BT_BCM
 	help
 	help
 	  Nokia H4+ is serial protocol for communication between Bluetooth
 	  Nokia H4+ is serial protocol for communication between Bluetooth
 	  device and host. This protocol is required for Bluetooth devices
 	  device and host. This protocol is required for Bluetooth devices