xref: /linux/fs/hpfs/Kconfig (revision 928ea192959f188e6a4de95b293e3973887917b5)
1*928ea192SAlexey Dobriyanconfig HPFS_FS
2*928ea192SAlexey Dobriyan	tristate "OS/2 HPFS file system support"
3*928ea192SAlexey Dobriyan	depends on BLOCK
4*928ea192SAlexey Dobriyan	help
5*928ea192SAlexey Dobriyan	  OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
6*928ea192SAlexey Dobriyan	  is the file system used for organizing files on OS/2 hard disk
7*928ea192SAlexey Dobriyan	  partitions. Say Y if you want to be able to read files from and
8*928ea192SAlexey Dobriyan	  write files to an OS/2 HPFS partition on your hard drive. OS/2
9*928ea192SAlexey Dobriyan	  floppies however are in regular MSDOS format, so you don't need this
10*928ea192SAlexey Dobriyan	  option in order to be able to read them. Read
11*928ea192SAlexey Dobriyan	  <file:Documentation/filesystems/hpfs.txt>.
12*928ea192SAlexey Dobriyan
13*928ea192SAlexey Dobriyan	  To compile this file system support as a module, choose M here: the
14*928ea192SAlexey Dobriyan	  module will be called hpfs.  If unsure, say N.
15