xref: /openbmc/linux/fs/hpfs/Kconfig (revision 925c86a1)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2928ea192SAlexey Dobriyanconfig HPFS_FS
3928ea192SAlexey Dobriyan	tristate "OS/2 HPFS file system support"
4928ea192SAlexey Dobriyan	depends on BLOCK
5*925c86a1SChristoph Hellwig	select BUFFER_HEAD
6e0cba89dSChristoph Hellwig	select FS_IOMAP
7928ea192SAlexey Dobriyan	help
8928ea192SAlexey Dobriyan	  OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
9928ea192SAlexey Dobriyan	  is the file system used for organizing files on OS/2 hard disk
10928ea192SAlexey Dobriyan	  partitions. Say Y if you want to be able to read files from and
11928ea192SAlexey Dobriyan	  write files to an OS/2 HPFS partition on your hard drive. OS/2
12928ea192SAlexey Dobriyan	  floppies however are in regular MSDOS format, so you don't need this
13928ea192SAlexey Dobriyan	  option in order to be able to read them. Read
140c1bc6b8SMauro Carvalho Chehab	  <file:Documentation/filesystems/hpfs.rst>.
15928ea192SAlexey Dobriyan
16928ea192SAlexey Dobriyan	  To compile this file system support as a module, choose M here: the
17928ea192SAlexey Dobriyan	  module will be called hpfs.  If unsure, say N.
18