xref: /linux/fs/qnx4/Kconfig (revision 4c7415830c7ab465ff54ca7ffc20bfb1b59906c3)
1*4c741583SAlexey Dobriyanconfig QNX4FS_FS
2*4c741583SAlexey Dobriyan	tristate "QNX4 file system support (read only)"
3*4c741583SAlexey Dobriyan	depends on BLOCK
4*4c741583SAlexey Dobriyan	help
5*4c741583SAlexey Dobriyan	  This is the file system used by the real-time operating systems
6*4c741583SAlexey Dobriyan	  QNX 4 and QNX 6 (the latter is also called QNX RTP).
7*4c741583SAlexey Dobriyan	  Further information is available at <http://www.qnx.com/>.
8*4c741583SAlexey Dobriyan	  Say Y if you intend to mount QNX hard disks or floppies.
9*4c741583SAlexey Dobriyan	  Unless you say Y to "QNX4FS read-write support" below, you will
10*4c741583SAlexey Dobriyan	  only be able to read these file systems.
11*4c741583SAlexey Dobriyan
12*4c741583SAlexey Dobriyan	  To compile this file system support as a module, choose M here: the
13*4c741583SAlexey Dobriyan	  module will be called qnx4.
14*4c741583SAlexey Dobriyan
15*4c741583SAlexey Dobriyan	  If you don't know whether you need it, then you don't need it:
16*4c741583SAlexey Dobriyan	  answer N.
17*4c741583SAlexey Dobriyan
18*4c741583SAlexey Dobriyanconfig QNX4FS_RW
19*4c741583SAlexey Dobriyan	bool "QNX4FS write support (DANGEROUS)"
20*4c741583SAlexey Dobriyan	depends on QNX4FS_FS && EXPERIMENTAL && BROKEN
21*4c741583SAlexey Dobriyan	help
22*4c741583SAlexey Dobriyan	  Say Y if you want to test write support for QNX4 file systems.
23*4c741583SAlexey Dobriyan
24*4c741583SAlexey Dobriyan	  It's currently broken, so for now:
25*4c741583SAlexey Dobriyan	  answer N.
26