diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2016-08-29 08:36:18 -0400 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2016-09-19 14:19:34 -0400 |
| commit | 3d4e2fb64111ffb5dc737daf25f5434bf39bee5f (patch) | |
| tree | a2b49da5f4ad1f7c470397cf14e314bca89c9e6a /drivers/bluetooth | |
| parent | 9db5c62951871c33e4443fe433e234419cf574d2 (diff) | |
Bluetooth: add WCNSS dependency for HCI driver
The newly added bluetooth driver is based on the soc-specific support,
but lacks the obvious compile-time dependency on that:
drivers/bluetooth/btqcomsmd.o: In function `btqcomsmd_probe':
btqcomsmd.c:(.text.btqcomsmd_probe+0x40): undefined reference to `qcom_wcnss_open_channel'
btqcomsmd.c:(.text.btqcomsmd_probe+0x5c): undefined reference to `qcom_wcnss_open_channel'
Makefile:969: recipe for target 'vmlinux' failed
Fixes: 90c107dc8b2c ("Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
| -rw-r--r-- | drivers/bluetooth/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index 2c481911f1ce..43e9f9328df8 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig | |||
| @@ -333,7 +333,7 @@ config BT_WILINK | |||
| 333 | 333 | ||
| 334 | config BT_QCOMSMD | 334 | config BT_QCOMSMD |
| 335 | tristate "Qualcomm SMD based HCI support" | 335 | tristate "Qualcomm SMD based HCI support" |
| 336 | depends on QCOM_SMD | 336 | depends on QCOM_SMD && QCOM_WCNSS_CTRL |
| 337 | select BT_QCA | 337 | select BT_QCA |
| 338 | help | 338 | help |
| 339 | Qualcomm SMD based HCI driver. | 339 | Qualcomm SMD based HCI driver. |
