Kconfig 558 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config QNX4FS_FS
  3. tristate "QNX4 file system support (read only)"
  4. depends on BLOCK
  5. help
  6. This is the file system used by the real-time operating systems
  7. QNX 4 and QNX 6 (the latter is also called QNX RTP).
  8. Further information is available at <http://www.qnx.com/>.
  9. Say Y if you intend to mount QNX hard disks or floppies.
  10. To compile this file system support as a module, choose M here: the
  11. module will be called qnx4.
  12. If you don't know whether you need it, then you don't need it:
  13. answer N.