brintos

brintos / linux-shallow public Read only

0
0
Text · 889 B · 8e865d7 Raw
29 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config QNX6FS_FS3	tristate "QNX6 file system support (read only)"4	depends on BLOCK && CRC325	select BUFFER_HEAD6	help7	  This is the file system used by the real-time operating systems8	  QNX 6 (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 formatted11          with a mkqnx6fs.12	  However, keep in mind that this currently is a readonly driver!13 14	  To compile this file system support as a module, choose M here: the15	  module will be called qnx6.16 17	  If you don't know whether you need it, then you don't need it:18	  answer N.19 20config QNX6FS_DEBUG21	bool "QNX6 debugging information"22	depends on QNX6FS_FS23	help24	  Turns on extended debugging output.25 26	  If you are not a developer working on the QNX6FS, you probably don't27	  want this:28	  answer N.29