xref: /openbmc/linux/fs/hpfs/Kconfig (revision 928ea192)
1928ea192SAlexey Dobriyanconfig HPFS_FS
2928ea192SAlexey Dobriyan	tristate "OS/2 HPFS file system support"
3928ea192SAlexey Dobriyan	depends on BLOCK
4928ea192SAlexey Dobriyan	help
5928ea192SAlexey Dobriyan	  OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
6928ea192SAlexey Dobriyan	  is the file system used for organizing files on OS/2 hard disk
7928ea192SAlexey Dobriyan	  partitions. Say Y if you want to be able to read files from and
8928ea192SAlexey Dobriyan	  write files to an OS/2 HPFS partition on your hard drive. OS/2
9928ea192SAlexey Dobriyan	  floppies however are in regular MSDOS format, so you don't need this
10928ea192SAlexey Dobriyan	  option in order to be able to read them. Read
11928ea192SAlexey Dobriyan	  <file:Documentation/filesystems/hpfs.txt>.
12928ea192SAlexey Dobriyan
13928ea192SAlexey Dobriyan	  To compile this file system support as a module, choose M here: the
14928ea192SAlexey Dobriyan	  module will be called hpfs.  If unsure, say N.
15