diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-02-17 17:58:49 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-26 14:42:38 -0500 |
commit | e1aaadd4d8162a2c33e41dd5a72234ea4d3b014f (patch) | |
tree | 5725bc4ce77c42fcf9fd6b3adc173f8403e492ef /net/bluetooth/hidp/Kconfig | |
parent | a83d6c0de8811d7bcc4eb67ed199d1120ca6cad8 (diff) |
[Bluetooth] Add support for using the HID subsystem
This patch extends the current Bluetooth HID support to use the new
HID subsystem and adds full report mode support.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/hidp/Kconfig')
-rw-r--r-- | net/bluetooth/hidp/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/hidp/Kconfig b/net/bluetooth/hidp/Kconfig index c6abf2a5a932..98fdfa1fbddd 100644 --- a/net/bluetooth/hidp/Kconfig +++ b/net/bluetooth/hidp/Kconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | config BT_HIDP | 1 | config BT_HIDP |
2 | tristate "HIDP protocol support" | 2 | tristate "HIDP protocol support" |
3 | depends on BT && BT_L2CAP && INPUT | 3 | depends on BT && BT_L2CAP && INPUT |
4 | select HID | ||
4 | help | 5 | help |
5 | HIDP (Human Interface Device Protocol) is a transport layer | 6 | HIDP (Human Interface Device Protocol) is a transport layer |
6 | for HID reports. HIDP is required for the Bluetooth Human | 7 | for HID reports. HIDP is required for the Bluetooth Human |