mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
a6e0eb3791
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: Al Viro <viro@zeniv.linux.org.uk> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
12 lines
371 B
Text
12 lines
371 B
Text
config BT_HIDP
|
|
tristate "HIDP protocol support"
|
|
depends on BT && BT_L2CAP && (BROKEN || !S390)
|
|
select INPUT
|
|
help
|
|
HIDP (Human Interface Device Protocol) is a transport layer
|
|
for HID reports. HIDP is required for the Bluetooth Human
|
|
Interface Device Profile.
|
|
|
|
Say Y here to compile HIDP support into the kernel or say M to
|
|
compile it as module (hidp).
|
|
|