menu "USB HID support" depends on [31mCONFIG_USB[0m config [31mCONFIG_USB_HID[0m tristate "USB HID transport layer" default y depends on [31mCONFIG_USB[0m && [31mCONFIG_INPUT[0m select [31mCONFIG_HID[0m ---help--- Say Y here if you want to connect [31mCONFIG_USB[0m keyboards, mice, joysticks, graphic tablets, or any other [31mCONFIG_HID[0m based devices to your computer via [31mCONFIG_USB[0m, as well as Uninterruptible Power Supply (UPS) and monitor control devices. You can't use this driver and the HIDBP (Boot Protocol) keyboard and mouse drivers at the same time. More information is available: <file:Documentation/input/input.txt>. If unsure, say Y. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called usbhid. comment "Input core support is needed for USB HID input layer or HIDBP support" depends on [31mCONFIG_USB_HID[0m && [31mCONFIG_INPUT[0m=n config [31mCONFIG_HID_PID[0m bool "PID device support" help Say Y here if you have a PID-compliant device and wish to enable force feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such devices. config [31mCONFIG_USB_HIDDEV[0m bool "/dev/hiddev raw HID device support" depends on [31mCONFIG_USB_HID[0m help Say Y here if you want to support [31mCONFIG_HID[0m devices (from the [31mCONFIG_USB[0m specification standpoint) that aren't strictly user interface devices, like monitor controls and Uninterruptable Power Supplies. This module supports these devices separately using a separate event interface on /dev/usb/hiddevX (char 180:96 to 180:111). If unsure, say Y. menu "USB HID Boot Protocol drivers" depends on [31mCONFIG_USB[0m!=n && [31mCONFIG_USB_HID[0m!=y && [31mCONFIG_EXPERT[0m config [31mCONFIG_USB_KBD[0m tristate "USB HIDBP Keyboard (simple Boot) support" depends on [31mCONFIG_USB[0m && [31mCONFIG_INPUT[0m ---help--- Say Y here only if you are absolutely sure that you don't want to use the generic [31mCONFIG_HID[0m driver for your [31mCONFIG_USB[0m keyboard and prefer to use the keyboard in its limited Boot Protocol mode instead. This is almost certainly not what you want. This is mostly useful for embedded applications or simple keyboards. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called usbkbd. If even remotely unsure, say N. config [31mCONFIG_USB_MOUSE[0m tristate "USB HIDBP Mouse (simple Boot) support" depends on [31mCONFIG_USB[0m && [31mCONFIG_INPUT[0m ---help--- Say Y here only if you are absolutely sure that you don't want to use the generic [31mCONFIG_HID[0m driver for your [31mCONFIG_USB[0m mouse and prefer to use the mouse in its limited Boot Protocol mode instead. This is almost certainly not what you want. This is mostly useful for embedded applications or simple mice. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called usbmouse. If even remotely unsure, say N. endmenu endmenu |