2008-04-06 21:59:21 +02:00
|
|
|
config BR2_PACKAGE_INPUT_TOOLS
|
|
|
|
bool "input-tools"
|
|
|
|
help
|
|
|
|
Tools for the Linux kernel input layer.
|
|
|
|
http://linuxconsole.sourceforge.net/
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_INPUT_TOOLS
|
|
|
|
|
2008-04-06 21:59:21 +02:00
|
|
|
config BR2_PACKAGE_INPUT_TOOLS_INPUTATTACH
|
2013-11-11 17:23:23 +01:00
|
|
|
bool "inputattach"
|
|
|
|
default y
|
|
|
|
help
|
2008-04-06 21:59:21 +02:00
|
|
|
Inputattach is used for attaching a serial line to the input layer.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_INPUT_TOOLS_JSCAL
|
2013-11-11 17:23:23 +01:00
|
|
|
bool "jscal"
|
|
|
|
default y
|
|
|
|
help
|
2008-04-06 21:59:21 +02:00
|
|
|
Joystick calibration program.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_INPUT_TOOLS_JSTEST
|
2013-11-11 17:23:23 +01:00
|
|
|
bool "jstest"
|
|
|
|
default y
|
|
|
|
help
|
2008-04-06 21:59:21 +02:00
|
|
|
Joystick test program.
|
2013-12-20 22:31:30 +01:00
|
|
|
|
|
|
|
endif
|