Config.mouse.in 400 B

123456789101112131415161718192021222324
  1. menu "Mouse drivers"
  2. config BR2_PACKAGE_QTOPIA4_MOUSE_PC
  3. bool "pc"
  4. config BR2_PACKAGE_QTOPIA4_MOUSE_BUS
  5. bool "bus"
  6. config BR2_PACKAGE_QTOPIA4_MOUSE_LINUXTP
  7. bool "linuxtp"
  8. config BR2_PACKAGE_QTOPIA4_MOUSE_YOPY
  9. bool "yopy"
  10. config BR2_PACKAGE_QTOPIA4_MOUSE_VR41XX
  11. bool "vr41xx"
  12. config BR2_PACKAGE_QTOPIA4_MOUSE_TSLIB
  13. bool "tslib"
  14. config BR2_PACKAGE_QTOPIA4_MOUSE_QVFB
  15. bool "qvfb"
  16. endmenu