]>
Commit | Line | Data |
---|---|---|
ec8f24b7 | 1 | # SPDX-License-Identifier: GPL-2.0-only |
4c741583 AD |
2 | config QNX4FS_FS |
3 | tristate "QNX4 file system support (read only)" | |
4 | depends on BLOCK | |
925c86a1 | 5 | select BUFFER_HEAD |
4c741583 AD |
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. | |
4c741583 AD |
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. |