# Input device configuration
menu "Input device support"
tristate "Generic input layer (needed for keyboard, mouse, ...)" if EXPERT
Say Y here if you have any input device (mouse, keyboard, tablet,
joystick, steering wheel ...) connected to your system and want
it to be available to applications. This includes standard PS/2
Say N here if you have a headless (no monitor, no keyboard) system.
More information is available: <file:Documentation/input/input.rst>
To compile this driver as a module, choose M here: the
module will be called input.
tristate "Export input device LEDs in sysfs"
Say Y here if you would like to export LEDs on input devices
as standard LED class devices in sysfs.
To compile this driver as a module, choose M here: the
module will be called input-leds.
tristate "Support for memoryless force-feedback devices"
Say Y here if you have memoryless force-feedback input device
such as Logitech WingMan Force 3D, ThrustMaster FireStorm Dual
Power 2, or similar. You will also need to enable hardware-specific
To compile this driver as a module, choose M here: the
module will be called ff-memless.
tristate "Polled input device skeleton"
Say Y here if you are using a driver for an input
device that periodically polls hardware state. This
option is only useful for out-of-tree drivers since
in-tree drivers select it automatically.