python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / input-tools / Config.in
blob85b4fd006ee607c324cbb7591310e6cfcfbc841a
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/
7 if BR2_PACKAGE_INPUT_TOOLS
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.
15 config BR2_PACKAGE_INPUT_TOOLS_JSCAL
16         bool "jscal"
17         default y
18         help
19           Joystick calibration program.
21 config BR2_PACKAGE_INPUT_TOOLS_JSTEST
22         bool "jstest"
23         default y
24         help
25           Joystick test program.
27 endif