Linux Audio

Check our new training course

Loading...
v3.5.6
 
 1config 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
12	  To compile this file system support as a module, choose M here: the
13	  module will be called qnx6.
14
15	  If you don't know whether you need it, then you don't need it:
16	  answer N.
17
18config QNX6FS_DEBUG
19	bool "QNX6 debugging information"
20	depends on QNX6FS_FS
21	help
22	  Turns on extended debugging output.
23
24	  If you are not a developer working on the QNX6FS, you probably don't
25	  want this:
26	  answer N.
v5.14.15
 1# SPDX-License-Identifier: GPL-2.0-only
 2config QNX6FS_FS
 3	tristate "QNX6 file system support (read only)"
 4	depends on BLOCK && CRC32
 5	help
 6	  This is the file system used by the real-time operating systems
 7	  QNX 6 (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 formatted
10          with a mkqnx6fs.
11	  However, keep in mind that this currently is a readonly driver!
12
13	  To compile this file system support as a module, choose M here: the
14	  module will be called qnx6.
15
16	  If you don't know whether you need it, then you don't need it:
17	  answer N.
18
19config QNX6FS_DEBUG
20	bool "QNX6 debugging information"
21	depends on QNX6FS_FS
22	help
23	  Turns on extended debugging output.
24
25	  If you are not a developer working on the QNX6FS, you probably don't
26	  want this:
27	  answer N.