xref: /linux/fs/bfs/Kconfig (revision 0ff423849de3fe98c06d30a8ac73103c8741914c)
1*0ff42384SAlexey Dobriyanconfig BFS_FS
2*0ff42384SAlexey Dobriyan	tristate "BFS file system support (EXPERIMENTAL)"
3*0ff42384SAlexey Dobriyan	depends on BLOCK && EXPERIMENTAL
4*0ff42384SAlexey Dobriyan	help
5*0ff42384SAlexey Dobriyan	  Boot File System (BFS) is a file system used under SCO UnixWare to
6*0ff42384SAlexey Dobriyan	  allow the bootloader access to the kernel image and other important
7*0ff42384SAlexey Dobriyan	  files during the boot process.  It is usually mounted under /stand
8*0ff42384SAlexey Dobriyan	  and corresponds to the slice marked as "STAND" in the UnixWare
9*0ff42384SAlexey Dobriyan	  partition.  You should say Y if you want to read or write the files
10*0ff42384SAlexey Dobriyan	  on your /stand slice from within Linux.  You then also need to say Y
11*0ff42384SAlexey Dobriyan	  to "UnixWare slices support", below.  More information about the BFS
12*0ff42384SAlexey Dobriyan	  file system is contained in the file
13*0ff42384SAlexey Dobriyan	  <file:Documentation/filesystems/bfs.txt>.
14*0ff42384SAlexey Dobriyan
15*0ff42384SAlexey Dobriyan	  If you don't know what this is about, say N.
16*0ff42384SAlexey Dobriyan
17*0ff42384SAlexey Dobriyan	  To compile this as a module, choose M here: the module will be called
18*0ff42384SAlexey Dobriyan	  bfs.  Note that the file system of your root partition (the one
19*0ff42384SAlexey Dobriyan	  containing the directory /) cannot be compiled as a module.
20