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