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

Commit a6e0eb37 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] bluetooth hidp is broken on s390



Bluetooth HIDP selects INPUT and it really needs it to be there - module
depends on input core.  And input core is never built on s390...

Marked as broken on s390, for now; if somebody has better ideas, feel
free to fix it and remove dependency...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Acked-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 018a2cdf
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
	depends on BT && BT_L2CAP && (BROKEN || !S390)
	select INPUT
	help
	  HIDP (Human Interface Device Protocol) is a transport layer