diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2009-03-18 04:13:37 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:12:54 -0400 |
commit | afa5eb7c68689ced4284f01c96feed44a2d0a127 (patch) | |
tree | 3c92a5ec36a82c08a85aae918c7f29252562e2aa /drivers/hid/Kconfig | |
parent | b2ddd54e19dfff559a02ec8e7e532357b3f09849 (diff) |
HID: remove compat stuff
This removal was scheduled and there is no problem with later
distros to adapt for the new bus, thanks to aliases.
module-init-tools map files are deprecated nowadays, so that
the patch which introduced hid ones into the m-i-t won't be
accepted and hence there is no reason for leaving compat stuff in.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 88e16ef93247..63a2564f0f81 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -70,18 +70,6 @@ source "drivers/hid/usbhid/Kconfig" | |||
70 | menu "Special HID drivers" | 70 | menu "Special HID drivers" |
71 | depends on HID | 71 | depends on HID |
72 | 72 | ||
73 | config HID_COMPAT | ||
74 | bool "Load all HID drivers on hid core load" | ||
75 | default y | ||
76 | ---help--- | ||
77 | Compatible option for older userspace. If you have system without udev | ||
78 | support of module loading through aliases and also old | ||
79 | module-init-tools which can't handle hid bus, choose Y here. Otherwise | ||
80 | say N. If you say N and your userspace is old enough, the only | ||
81 | functionality you lose is modules autoloading. | ||
82 | |||
83 | If unsure, say Y. | ||
84 | |||
85 | config HID_A4TECH | 73 | config HID_A4TECH |
86 | tristate "A4 tech" if EMBEDDED | 74 | tristate "A4 tech" if EMBEDDED |
87 | depends on USB_HID | 75 | depends on USB_HID |