brintos

brintos / linux-shallow public Read only

0
0
Text · 578 B · a2eb826 Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config QNX4FS_FS3	tristate "QNX4 file system support (read only)"4	depends on BLOCK5	select BUFFER_HEAD6	help7	  This is the file system used by the real-time operating systems8	  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: the13	  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.17