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

Commit 96c99b47 authored by Randy Dunlap's avatar Randy Dunlap Committed by Gustavo Padovan
Browse files

Bluetooth: fix hidp kconfig dependency warning



Fix kconfig dependency warning to satisfy dependencies:

warning: (BT_HIDP && NET && BT && BT_L2CAP && INPUT || USB_HID && HID_SUPPORT && USB && INPUT) selects HID which has unmet direct dependencies (HID_SUPPORT && INPUT)

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Acked-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent 48a7c3df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config BT_HIDP
	tristate "HIDP protocol support"
	depends on BT && BT_L2CAP && INPUT
	depends on BT && BT_L2CAP && INPUT && HID_SUPPORT
	select HID
	help
	  HIDP (Human Interface Device Protocol) is a transport layer