85b4fd006ee607c324cbb7591310e6cfcfbc841a
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / input-tools / Config.in
1 config BR2_PACKAGE_INPUT_TOOLS
2         bool "input-tools"
3         help
4           Tools for the Linux kernel input layer.
5           http://linuxconsole.sourceforge.net/
6
7 if BR2_PACKAGE_INPUT_TOOLS
8
9 config BR2_PACKAGE_INPUT_TOOLS_INPUTATTACH
10         bool "inputattach"
11         default y
12         help
13           Inputattach is used for attaching a serial line to the input layer.
14
15 config BR2_PACKAGE_INPUT_TOOLS_JSCAL
16         bool "jscal"
17         default y
18         help
19           Joystick calibration program.
20
21 config BR2_PACKAGE_INPUT_TOOLS_JSTEST
22         bool "jstest"
23         default y
24         help
25           Joystick test program.
26
27 endif