xref: /OK3568_Linux_fs/buildroot/package/linuxconsoletools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LINUXCONSOLETOOLS
2	bool "linuxconsoletools"
3	select BR2_PACKAGE_LINUXCONSOLETOOLS_INPUTATTACH if \
4	       !BR2_PACKAGE_LINUXCONSOLETOOLS_JOYSTICK && \
5	       !BR2_PACKAGE_LINUXCONSOLETOOLS_FORCEFEEDBACK
6	help
7	  Linuxconsoletools contains the inputattach utility
8	  to attach legacy serial devices to the Linux kernel
9	  input layer and joystick utilities to calibrate and
10	  test joysticks and joypads.
11
12	  http://sf.net/projects/linuxconsole/
13
14if BR2_PACKAGE_LINUXCONSOLETOOLS
15
16config BR2_PACKAGE_LINUXCONSOLETOOLS_INPUTATTACH
17	bool "inputattach"
18	default y
19	help
20	  The inputattach utility attaches legacy serial devices
21	  to the Linux kernel input layer.
22
23config BR2_PACKAGE_LINUXCONSOLETOOLS_JOYSTICK
24	bool "joystick utilities"
25	help
26	  Joystick utilities (jstest, jscal, jscal-store,
27	  jscal-restore, evdev-joystick).
28
29config BR2_PACKAGE_LINUXCONSOLETOOLS_FORCEFEEDBACK
30	bool "force-feedback utilities"
31	depends on !BR2_STATIC_LIBS
32	select BR2_PACKAGE_SDL2
33	help
34	  Build force-feedback driver utilities (fftest,
35	  ffmvforce, ffset, ffcfstress).
36
37comment "force-feedback utilities need a toolchain w/ dynamic library"
38	depends on BR2_STATIC_LIBS
39
40endif
41