2
1

Config.mouse.in 452 B

1234567891011121314151617181920212223242526
  1. menu "Mouse drivers"
  2. config BR2_PACKAGE_QT_MOUSE_PC
  3. bool "pc"
  4. config BR2_PACKAGE_QT_MOUSE_LINUXTP
  5. bool "linuxtp"
  6. config BR2_PACKAGE_QT_MOUSE_LINUXINPUT
  7. bool "linux input"
  8. config BR2_PACKAGE_QT_MOUSE_TSLIB
  9. bool "tslib"
  10. select BR2_PACKAGE_TSLIB
  11. config BR2_PACKAGE_QT_MOUSE_QVFB
  12. bool "qvfb"
  13. comment "Mouse Options"
  14. config BR2_PACKAGE_QT_MOUSE_NO_QWS_CURSOR
  15. bool "Hide the mouse cursor"
  16. help
  17. Do not show the mouse cursor in QWS.
  18. endmenu