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