aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2012-04-23 06:07:07 -0400
committerJiri Kosina <jkosina@suse.cz>2012-05-01 06:54:55 -0400
commit8215d557e5f3a70e50e07c857d35c250fee62a73 (patch)
tree1ba7ffa5bddacacc9bff64a049e0ca091d43b65d /drivers/hid/Kconfig
parent4fa3a5837b8427faab9b064b1948795eb77b9f8d (diff)
HID: Create a common generic driver
Move the hid drivers of the bus drivers to a common generic hid driver, and make it a proper module. This ought to simplify device handling moving forward. Cc: Gustavo Padovan <gustavo@padovan.org> Signed-off-by: Henrik Rydberg <rydberg@euromail.se> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index ffddcba32af6..9a581e1a1903 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -60,6 +60,18 @@ source "drivers/hid/usbhid/Kconfig"
60menu "Special HID drivers" 60menu "Special HID drivers"
61 depends on HID 61 depends on HID
62 62
63config HID_GENERIC
64 tristate "Generic HID driver"
65 depends on HID
66 default y
67 ---help---
68 Support for generic HID devices.
69
70 To compile this driver as a module, choose M here: the module
71 will be called hid-generic.
72
73 If unsure, say Y.
74
63config HID_A4TECH 75config HID_A4TECH
64 tristate "A4 tech mice" if EXPERT 76 tristate "A4 tech mice" if EXPERT
65 depends on USB_HID 77 depends on USB_HID