Bluetooth: add WCNSS dependency for HCI driver
authorArnd Bergmann <arnd@arndb.de>
Mon, 29 Aug 2016 12:36:18 +0000 (14:36 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 1 Sep 2016 16:34:26 +0000 (18:34 +0200)
commitb2d72b5407ce7b3ce2d3a5eb71464cb11132c945
treee5b2e6f3a4919e6b81852f8fce5ceb9455c3b8db
parent3a5d5316c6d89f6048c3a8271bc826cf781ed565
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>
drivers/bluetooth/Kconfig
This page took 0.032514 seconds and 5 git commands to generate.