Kconfig 829 B

1234567891011121314151617181920212223242526
  1. config QNX6FS_FS
  2. tristate "QNX6 file system support (read only)"
  3. depends on BLOCK && CRC32
  4. help
  5. This is the file system used by the real-time operating systems
  6. QNX 6 (also called QNX RTP).
  7. Further information is available at <http://www.qnx.com/>.
  8. Say Y if you intend to mount QNX hard disks or floppies formatted
  9. with a mkqnx6fs.
  10. However, keep in mind that this currently is a readonly driver!
  11. To compile this file system support as a module, choose M here: the
  12. module will be called qnx6.
  13. If you don't know whether you need it, then you don't need it:
  14. answer N.
  15. config QNX6FS_DEBUG
  16. bool "QNX6 debugging information"
  17. depends on QNX6FS_FS
  18. help
  19. Turns on extended debugging output.
  20. If you are not a developer working on the QNX6FS, you probably don't
  21. want this:
  22. answer N.