diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2018-03-24 12:19:53 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2018-04-01 15:25:32 +0300 |
commit | 07eb96a5a7b083c988a2c7b0663e958e392f18c7 (patch) | |
tree | ceb86d8188891452b947fffa8e52728be48b4730 /drivers/bluetooth/Kconfig | |
parent | f9d7c8fd2630d1d15dbc23e6ff6f9f0b54194ee4 (diff) | |
download | linux-07eb96a5a7b083c988a2c7b0663e958e392f18c7.tar.xz |
Bluetooth: bpa10x: Use separate h4_recv_buf helper
When adding the alignment and padding support for H:4 packet processing
for the Nokia driver, it broke the h4_recv_buf usage within bpa10x
driver. To fix this use a separate helper function and placing it into a
dedicated h4_recv.h header file.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index b83d12ac378e..4e7594f3d072 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -243,8 +243,7 @@ config BT_HCIBCM203X config BT_HCIBPA10X tristate "HCI BPA10x USB driver" - depends on USB && BT_HCIUART - select BT_HCIUART_H4 + depends on USB help Bluetooth HCI BPA10x USB driver. This driver provides support for the Digianswer BPA 100/105 Bluetooth |