mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-28 21:42:10 +00:00
Linuxconsoletools contains the inputattach utility to attach legacy serial devices to the Linux kernel input layer and joystick utilities to calibrate and test joysticks and joypads. The buildroot package adds options to build only certain tools. website: http://sf.net/projects/linuxconsole/ Signed-off-by: Koen Martens <gmc@sonologic.nl> [Thomas: minor tweaks to Config.in and .mk file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
34 lines
892 B
Plaintext
34 lines
892 B
Plaintext
config BR2_PACKAGE_LINUXCONSOLETOOLS
|
|
bool "linuxconsoletools"
|
|
help
|
|
Linuxconsoletools contains the inputattach utility
|
|
to attach legacy serial devices to the Linux kernel
|
|
input layer and joystick utilities to calibrate and
|
|
test joysticks and joypads.
|
|
|
|
http://sf.net/projects/linuxconsole/
|
|
|
|
if BR2_PACKAGE_LINUXCONSOLETOOLS
|
|
|
|
config BR2_PACKAGE_LINUXCONSOLETOOLS_INPUTATTACH
|
|
bool "inputattach"
|
|
default y
|
|
help
|
|
The inputattach utility attaches legacy serial devices
|
|
to the Linux kernel input layer.
|
|
|
|
config BR2_PACKAGE_LINUXCONSOLETOOLS_JOYSTICK
|
|
bool "joystick utilities"
|
|
help
|
|
Joystick utilities (jstest, jscal, jscal-store,
|
|
jscal-restore, evdev-joystick).
|
|
|
|
config BR2_PACKAGE_LINUXCONSOLETOOLS_FORCEFEEDBACK
|
|
bool "force-feedback utilities"
|
|
select BR2_PACKAGE_SDL
|
|
help
|
|
Build force-feedback driver utilities (fftest,
|
|
ffmvforce, ffset, ffcfstress).
|
|
|
|
endif
|