aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2005-10-29 12:02:00 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2005-10-29 10:35:08 -0700
commita6e0eb3791dcefc6dd4db53a23de5cfb18fe9a97 (patch)
tree982d3656cdadc21225dcfe4dc3092d70461d9458 /net/bluetooth
parent[PATCH] idmouse cleanup and overflow fix (diff)
downloadlinux-dev-a6e0eb3791dcefc6dd4db53a23de5cfb18fe9a97.tar.xz
linux-dev-a6e0eb3791dcefc6dd4db53a23de5cfb18fe9a97.zip
[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: Al Viro <viro@zeniv.linux.org.uk> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'net/bluetooth')
-rw-r--r--net/bluetooth/hidp/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/Kconfig b/net/bluetooth/hidp/Kconfig
index 4e958f7d9418..edfea772fb67 100644
--- a/net/bluetooth/hidp/Kconfig
+++ b/net/bluetooth/hidp/Kconfig
@@ -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