diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index cacf89e65af4..066e8c08c268 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -67,4 +67,17 @@ config HIDRAW | |||
67 | 67 | ||
68 | source "drivers/hid/usbhid/Kconfig" | 68 | source "drivers/hid/usbhid/Kconfig" |
69 | 69 | ||
70 | menu "Special HID drivers" | ||
71 | depends on HID | ||
72 | |||
73 | config HID_LOGITECH | ||
74 | tristate "Logitech" | ||
75 | default m | ||
76 | depends on USB_HID | ||
77 | ---help--- | ||
78 | Support for some Logitech devices which breaks less or more | ||
79 | HID specification. | ||
80 | |||
81 | endmenu | ||
82 | |||
70 | endif # HID_SUPPORT | 83 | endif # HID_SUPPORT |