Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130025
b: refs/heads/master
c: 4181024
h: refs/heads/master
i:
  130023: ce2d8cb
v: v3
  • Loading branch information
Alexey Dobriyan committed Jan 22, 2009
1 parent 980cf5b commit 33f9d77
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 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: 4c7415830c7ab465ff54ca7ffc20bfb1b59906c3
refs/heads/master: 41810246df2e65c66dc1f0da79b282a95b664fc7
19 changes: 1 addition & 18 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -219,24 +219,7 @@ source "fs/minix/Kconfig"
source "fs/omfs/Kconfig"
source "fs/hpfs/Kconfig"
source "fs/qnx4/Kconfig"

config ROMFS_FS
tristate "ROM file system support"
depends on BLOCK
---help---
This is a very small read-only file system mainly intended for
initial ram disks of installation disks, but it could be used for
other read-only media as well. Read
<file:Documentation/filesystems/romfs.txt> for details.

To compile this file system support as a module, choose M here: the
module will be called romfs. Note that the file system of your
root partition (the one containing the directory /) cannot be a
module.

If you don't know whether you need it, then you don't need it:
answer N.

source "fs/romfs/Kconfig"

config SYSV_FS
tristate "System V/Xenix/V7/Coherent file system support"
Expand Down
16 changes: 16 additions & 0 deletions trunk/fs/romfs/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
config ROMFS_FS
tristate "ROM file system support"
depends on BLOCK
---help---
This is a very small read-only file system mainly intended for
initial ram disks of installation disks, but it could be used for
other read-only media as well. Read
<file:Documentation/filesystems/romfs.txt> for details.

To compile this file system support as a module, choose M here: the
module will be called romfs. Note that the file system of your
root partition (the one containing the directory /) cannot be a
module.

If you don't know whether you need it, then you don't need it:
answer N.

0 comments on commit 33f9d77

Please sign in to comment.