From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933170AbcH2OIE convert rfc822-to-8bit (ORCPT ); Mon, 29 Aug 2016 10:08:04 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:57187 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756632AbcH2OID (ORCPT ); Mon, 29 Aug 2016 10:08:03 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [PATCH] Bluetooth: add WCNSS dependency for HCI driver From: Marcel Holtmann In-Reply-To: <20160829123630.3314682-1-arnd@arndb.de> Date: Mon, 29 Aug 2016 07:07:00 -0700 Cc: Bjorn Andersson , "Gustavo F. Padovan" , Johan Hedberg , "open list:BLUETOOTH DRIVERS" , linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: <53D1E31A-3EA8-49C2-B843-C2A89CF24C7A@holtmann.org> References: <20160829123630.3314682-1-arnd@arndb.de> To: Arnd Bergmann X-Mailer: Apple Mail (2.3124) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, > 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 > > Signed-off-by: Arnd Bergmann > Fixes: 90c107dc8b2c ("Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driver") > --- > drivers/bluetooth/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) patch has been applied to bluetooth-next tree. Regards Marcel