diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2017-07-22 12:57:47 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2017-07-24 21:44:20 +0300 |
commit | 6a48542091d6d1d35edcd8b7422a6689c45916a9 (patch) | |
tree | cf67ceb0b773c0e2d2c21473e2c10eb33844e5b6 /drivers/bluetooth | |
parent | 19cfe912c37bbc184c673c3c081edff62ea8e565 (diff) | |
download | linux-6a48542091d6d1d35edcd8b7422a6689c45916a9.tar.xz |
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |