projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26440c8
)
Bluetooth: bpa10x: Fix missing BT_HCIUART dependency
author
Marcel Holtmann
<marcel@holtmann.org>
Thu, 8 Oct 2015 17:30:05 +0000
(19:30 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 20 Oct 2015 22:48:13 +0000
(
00:48
+0200)
Selecting just BT_HCIUART_H4 is not enough and it also needs to select
BT_HCIUART to avoid this warning:
warning: (BT_HCIBPA10X) selects BT_HCIUART_H4 which has unmet direct
dependencies (NET && BT && BT_HCIUART)
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
drivers/bluetooth/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/bluetooth/Kconfig
b/drivers/bluetooth/Kconfig
index c9c5dd0bad364e2f4850a33fd95ee90e19a80a18..fcf52fdb1ba36cb3a90b296dd98ef1954277ec01 100644
(file)
--- a/
drivers/bluetooth/Kconfig
+++ b/
drivers/bluetooth/Kconfig
@@
-184,6
+184,7
@@
config BT_HCIBCM203X
config BT_HCIBPA10X
tristate "HCI BPA10x USB driver"
depends on USB
+ select BT_HCIUART
select BT_HCIUART_H4
help
Bluetooth HCI BPA10x USB driver.