From: Marcel Holtmann Date: Thu, 8 Oct 2015 17:30:05 +0000 (+0200) Subject: Bluetooth: bpa10x: Fix missing BT_HCIUART dependency X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=91489919247a48ce02686520eca25e9c9200dc6f;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git Bluetooth: bpa10x: Fix missing BT_HCIUART dependency 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 Signed-off-by: Johan Hedberg --- diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index c9c5dd0bad36..fcf52fdb1ba3 100644 --- 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.