Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config QNX6FS_FS
0003         tristate "QNX6 file system support (read only)"
0004         depends on BLOCK && CRC32
0005         help
0006           This is the file system used by the real-time operating systems
0007           QNX 6 (also called QNX RTP).
0008           Further information is available at <http://www.qnx.com/>.
0009           Say Y if you intend to mount QNX hard disks or floppies formatted
0010           with a mkqnx6fs.
0011           However, keep in mind that this currently is a readonly driver!
0012 
0013           To compile this file system support as a module, choose M here: the
0014           module will be called qnx6.
0015 
0016           If you don't know whether you need it, then you don't need it:
0017           answer N.
0018 
0019 config QNX6FS_DEBUG
0020         bool "QNX6 debugging information"
0021         depends on QNX6FS_FS
0022         help
0023           Turns on extended debugging output.
0024 
0025           If you are not a developer working on the QNX6FS, you probably don't
0026           want this:
0027           answer N.