]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/hid/Kconfig
[PATCH] Generic HID layer - build
[mirror_ubuntu-zesty-kernel.git] / drivers / hid / Kconfig
CommitLineData
63f3861d
JK
1#
2# HID driver configuration
3#
4menu "HID Devices"
5 depends on INPUT
6
7config HID
8 tristate "Generic HID support"
9 default y
10 ---help---
11 Say Y here if you want generic HID support to connect keyboards,
12 mice, joysticks, graphic tablets, or any other HID based devices
13 to your computer. You also need to select particular types of
14 HID devices you want to compile support for, in the particular
15 driver menu (USB, Bluetooth)
16
17endmenu
18