Config.in 857 B

123456789101112131415161718192021222324252627282930313233
  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. config BR2_PACKAGE_INPUT_TOOLS_EVTEST
  7. bool "evtest"
  8. depends on BR2_PACKAGE_INPUT_TOOLS
  9. default y
  10. help
  11. Input event interface test program.
  12. config BR2_PACKAGE_INPUT_TOOLS_INPUTATTACH
  13. bool "inputattach"
  14. depends on BR2_PACKAGE_INPUT_TOOLS
  15. default y
  16. help
  17. Inputattach is used for attaching a serial line to the input layer.
  18. config BR2_PACKAGE_INPUT_TOOLS_JSCAL
  19. bool "jscal"
  20. depends on BR2_PACKAGE_INPUT_TOOLS
  21. default y
  22. help
  23. Joystick calibration program.
  24. config BR2_PACKAGE_INPUT_TOOLS_JSTEST
  25. bool "jstest"
  26. depends on BR2_PACKAGE_INPUT_TOOLS
  27. default y
  28. help
  29. Joystick test program.