xref: /openbmc/linux/fs/hpfs/Kconfig (revision e0cba89d)
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*e0cba89dSChristoph Hellwig	select FS_IOMAP
6928ea192SAlexey Dobriyan	help
7928ea192SAlexey Dobriyan	  OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
8928ea192SAlexey Dobriyan	  is the file system used for organizing files on OS/2 hard disk
9928ea192SAlexey Dobriyan	  partitions. Say Y if you want to be able to read files from and
10928ea192SAlexey Dobriyan	  write files to an OS/2 HPFS partition on your hard drive. OS/2
11928ea192SAlexey Dobriyan	  floppies however are in regular MSDOS format, so you don't need this
12928ea192SAlexey Dobriyan	  option in order to be able to read them. Read
130c1bc6b8SMauro Carvalho Chehab	  <file:Documentation/filesystems/hpfs.rst>.
14928ea192SAlexey Dobriyan
15928ea192SAlexey Dobriyan	  To compile this file system support as a module, choose M here: the
16928ea192SAlexey Dobriyan	  module will be called hpfs.  If unsure, say N.
17