URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [input/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
## Input device configuration#menu "Input device support"depends on !S390config INPUTtristate "Generic input layer (needed for keyboard, mouse, ...)" if EMBEDDEDdefault y---help---Say Y here if you have any input device (mouse, keyboard, tablet,joystick, steering wheel ...) connected to your system and wantit to be available to applications. This includes standard PS/2keyboard and mouse.Say N here if you have a headless (no monitor, no keyboard) system.More information is available: <file:Documentation/input/input.txt>If unsure, say Y.To compile this driver as a module, choose M here: themodule will be called input.if INPUTconfig INPUT_FF_MEMLESStristate "Support for memoryless force-feedback devices"default n---help---Say Y here if you have memoryless force-feedback input devicesuch as Logitech WingMan Force 3D, ThrustMaster FireStorm DualPower 2, or similar. You will also need to enable hardware-specificdriver.If unsure, say N.To compile this driver as a module, choose M here: themodule will be called ff-memless.config INPUT_POLLDEVtristate "Polled input device skeleton"helpSay Y here if you are using a driver for an inputdevice that periodically polls hardware state. Thisoption is only useful for out-of-tree drivers sincein-tree drivers select it automatically.If unsure, say N.To compile this driver as a module, choose M here: themodule will be called input-polldev.comment "Userland interfaces"config INPUT_MOUSEDEVtristate "Mouse interface" if EMBEDDEDdefault y---help---Say Y here if you want your mouse to be accessible as char devices13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as anemulated IntelliMouse Explorer PS/2 mouse. That way, all user spaceprograms (including SVGAlib, GPM and X) will be able to use yourmouse.If unsure, say Y.To compile this driver as a module, choose M here: themodule will be called mousedev.config INPUT_MOUSEDEV_PSAUXbool "Provide legacy /dev/psaux device"default ydepends on INPUT_MOUSEDEV---help---Say Y here if you want your mouse also be accessible as char device10:1 - /dev/psaux. The data available through /dev/psaux is exactlythe same as the data from /dev/input/mice.If unsure, say Y.config INPUT_MOUSEDEV_SCREEN_Xint "Horizontal screen resolution"depends on INPUT_MOUSEDEVdefault "1024"helpIf you're using a digitizer, or a graphic tablet, and want to useit as a mouse then the mousedev driver needs to know the X windowscreen resolution you are using to correctly scale the data. Ifyou're not using a digitizer, this value is ignored.config INPUT_MOUSEDEV_SCREEN_Yint "Vertical screen resolution"depends on INPUT_MOUSEDEVdefault "768"helpIf you're using a digitizer, or a graphic tablet, and want to useit as a mouse then the mousedev driver needs to know the X windowscreen resolution you are using to correctly scale the data. Ifyou're not using a digitizer, this value is ignored.config INPUT_JOYDEVtristate "Joystick interface"---help---Say Y here if you want your joystick or gamepad to beaccessible as char device 13:0+ - /dev/input/jsX device.If unsure, say Y.More information is available: <file:Documentation/input/joystick.txt>To compile this driver as a module, choose M here: themodule will be called joydev.config INPUT_EVDEVtristate "Event interface"helpSay Y here if you want your input device events be accessibleunder char device 13:64+ - /dev/input/eventX in a generic way.To compile this driver as a module, choose M here: themodule will be called evdev.config INPUT_EVBUGtristate "Event debugging"---help---Say Y here if you have a problem with the input subsystem andwant all events (keypresses, mouse movements), to be output tothe system log. While this is useful for debugging, it's alsoa security threat - your keypresses include your passwords, ofcourse.If unsure, say N.To compile this driver as a module, choose M here: themodule will be called evbug.comment "Input Device Drivers"source "drivers/input/keyboard/Kconfig"source "drivers/input/mouse/Kconfig"source "drivers/input/joystick/Kconfig"source "drivers/input/tablet/Kconfig"source "drivers/input/touchscreen/Kconfig"source "drivers/input/misc/Kconfig"endifmenu "Hardware I/O ports"source "drivers/input/serio/Kconfig"source "drivers/input/gameport/Kconfig"endmenuendmenu
