diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index d9d1a5671d95..8067b653f8bf 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -104,6 +104,14 @@ config HID_LOGITECH | |||
104 | Support for some Logitech devices which breaks less or more | 104 | Support for some Logitech devices which breaks less or more |
105 | HID specification. | 105 | HID specification. |
106 | 106 | ||
107 | config HID_MICROSOFT | ||
108 | tristate "Microsoft" | ||
109 | default m | ||
110 | depends on USB_HID | ||
111 | ---help--- | ||
112 | Support for some Microsoft devices which breaks less or more | ||
113 | HID specification. | ||
114 | |||
107 | endmenu | 115 | endmenu |
108 | 116 | ||
109 | endif # HID_SUPPORT | 117 | endif # HID_SUPPORT |