Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130023
b: refs/heads/master
c: 928ea19
h: refs/heads/master
i:
  130021: 33ad3b2
  130019: 8c0e55a
  130015: a2c7227
v: v3
  • Loading branch information
Alexey Dobriyan committed Jan 22, 2009
1 parent 0e09de5 commit ce2d8cb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da55e6f92830df9bba7c87438344479c60d44fdb
refs/heads/master: 928ea192959f188e6a4de95b293e3973887917b5
17 changes: 1 addition & 16 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -217,22 +217,7 @@ source "fs/squashfs/Kconfig"
source "fs/freevxfs/Kconfig"
source "fs/minix/Kconfig"
source "fs/omfs/Kconfig"

config HPFS_FS
tristate "OS/2 HPFS file system support"
depends on BLOCK
help
OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
is the file system used for organizing files on OS/2 hard disk
partitions. Say Y if you want to be able to read files from and
write files to an OS/2 HPFS partition on your hard drive. OS/2
floppies however are in regular MSDOS format, so you don't need this
option in order to be able to read them. Read
<file:Documentation/filesystems/hpfs.txt>.

To compile this file system support as a module, choose M here: the
module will be called hpfs. If unsure, say N.

source "fs/hpfs/Kconfig"

config QNX4FS_FS
tristate "QNX4 file system support (read only)"
Expand Down
14 changes: 14 additions & 0 deletions trunk/fs/hpfs/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
config HPFS_FS
tristate "OS/2 HPFS file system support"
depends on BLOCK
help
OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
is the file system used for organizing files on OS/2 hard disk
partitions. Say Y if you want to be able to read files from and
write files to an OS/2 HPFS partition on your hard drive. OS/2
floppies however are in regular MSDOS format, so you don't need this
option in order to be able to read them. Read
<file:Documentation/filesystems/hpfs.txt>.

To compile this file system support as a module, choose M here: the
module will be called hpfs. If unsure, say N.

0 comments on commit ce2d8cb

Please sign in to comment.