Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91489919 authored by Marcel Holtmann's avatar Marcel Holtmann
Browse files

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: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent 26440c83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.