diff options
Diffstat (limited to 'fs/bfs/Kconfig')
| -rw-r--r-- | fs/bfs/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/bfs/Kconfig b/fs/bfs/Kconfig index 3728a6479c64..8e7ef866b62a 100644 --- a/fs/bfs/Kconfig +++ b/fs/bfs/Kconfig @@ -1,6 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only config BFS_FS tristate "BFS file system support" depends on BLOCK + select BUFFER_HEAD help Boot File System (BFS) is a file system used under SCO UnixWare to allow the bootloader access to the kernel image and other important @@ -10,7 +12,7 @@ config BFS_FS on your /stand slice from within Linux. You then also need to say Y to "UnixWare slices support", below. More information about the BFS file system is contained in the file - <file:Documentation/filesystems/bfs.txt>. + <file:Documentation/filesystems/bfs.rst>. If you don't know what this is about, say N. |
