swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 3bf8ba38f38d3647368e4edcf7d019f9f8d9184a authored by Linus Torvalds on 24 December 2006, 04:00:32 UTC
Linux 2.6.20-rc2
Tip revision: 3bf8ba3
Kconfig
#
# 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

back to top