aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
blob: 96d4a0bb22033ce10e1702fc91cdb74645cb8628 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# HID driver configuration
#
menu "HID Devices"
	depends on INPUT

config HID
	tristate "Generic HID support"
	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