Преглед на файлове

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 <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Marcel Holtmann преди 10 години
родител
ревизия
9148991924
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      drivers/bluetooth/Kconfig

+ 1 - 0
drivers/bluetooth/Kconfig

@@ -184,6 +184,7 @@ config BT_HCIBCM203X
 config BT_HCIBPA10X
 config BT_HCIBPA10X
 	tristate "HCI BPA10x USB driver"
 	tristate "HCI BPA10x USB driver"
 	depends on USB
 	depends on USB
+	select BT_HCIUART
 	select BT_HCIUART_H4
 	select BT_HCIUART_H4
 	help
 	help
 	  Bluetooth HCI BPA10x USB driver.
 	  Bluetooth HCI BPA10x USB driver.