]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] bluetooth hidp is broken on s390
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 29 Oct 2005 11:02:00 +0000 (12:02 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 29 Oct 2005 17:35:08 +0000 (10:35 -0700)
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>
net/bluetooth/hidp/Kconfig

index 4e958f7d94180e079c5f2976e44b627b7c3da7db..edfea772fb6765c1d00f1e5cf8d6d33284e80b9b 100644 (file)
@@ -1,6 +1,6 @@
 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