xref: /openbmc/linux/fs/bfs/Kconfig (revision 0c1bc6b8)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
20ff42384SAlexey Dobriyanconfig BFS_FS
3d0e09c80SKees Cook	tristate "BFS file system support"
4d0e09c80SKees Cook	depends on BLOCK
50ff42384SAlexey Dobriyan	help
60ff42384SAlexey Dobriyan	  Boot File System (BFS) is a file system used under SCO UnixWare to
70ff42384SAlexey Dobriyan	  allow the bootloader access to the kernel image and other important
80ff42384SAlexey Dobriyan	  files during the boot process.  It is usually mounted under /stand
90ff42384SAlexey Dobriyan	  and corresponds to the slice marked as "STAND" in the UnixWare
100ff42384SAlexey Dobriyan	  partition.  You should say Y if you want to read or write the files
110ff42384SAlexey Dobriyan	  on your /stand slice from within Linux.  You then also need to say Y
120ff42384SAlexey Dobriyan	  to "UnixWare slices support", below.  More information about the BFS
130ff42384SAlexey Dobriyan	  file system is contained in the file
140c1bc6b8SMauro Carvalho Chehab	  <file:Documentation/filesystems/bfs.rst>.
150ff42384SAlexey Dobriyan
160ff42384SAlexey Dobriyan	  If you don't know what this is about, say N.
170ff42384SAlexey Dobriyan
180ff42384SAlexey Dobriyan	  To compile this as a module, choose M here: the module will be called
190ff42384SAlexey Dobriyan	  bfs.  Note that the file system of your root partition (the one
200ff42384SAlexey Dobriyan	  containing the directory /) cannot be compiled as a module.
21