mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
c96c9d7b61
HID it defaults to 'y'. When you have input deselected, this causes the kernel to fail to link. Fix it by making it depend on INPUT. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
20 lines
462 B
Plaintext
20 lines
462 B
Plaintext
#
|
|
# HID driver configuration
|
|
#
|
|
menu "HID Devices"
|
|
depends on INPUT
|
|
|
|
config HID
|
|
tristate "Generic HID support"
|
|
depends on INPUT
|
|
default y
|
|
---help---
|
|
Say Y here if you want generic HID support to connect keyboards,
|
|
mice, joysticks, graphic tablets, or any other HID based devices
|
|
to your computer. You also need to select particular types of
|
|
HID devices you want to compile support for, in the particular
|
|
driver menu (USB, Bluetooth)
|
|
|
|
endmenu
|
|
|