From 33f9d77198d328f64597204327863b725af3b431 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Thu, 22 Jan 2009 11:03:34 +0300 Subject: [PATCH] --- yaml --- r: 130025 b: refs/heads/master c: 41810246df2e65c66dc1f0da79b282a95b664fc7 h: refs/heads/master i: 130023: ce2d8cb296011cb56c1d40c0409129bbbc6d6c63 v: v3 --- [refs] | 2 +- trunk/fs/Kconfig | 19 +------------------ trunk/fs/romfs/Kconfig | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 19 deletions(-) create mode 100644 trunk/fs/romfs/Kconfig diff --git a/[refs] b/[refs] index b7baf8d31209..d7e768709e84 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4c7415830c7ab465ff54ca7ffc20bfb1b59906c3 +refs/heads/master: 41810246df2e65c66dc1f0da79b282a95b664fc7 diff --git a/trunk/fs/Kconfig b/trunk/fs/Kconfig index b348d2e8cc66..d8672ccdc69e 100644 --- a/trunk/fs/Kconfig +++ b/trunk/fs/Kconfig @@ -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 - 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" diff --git a/trunk/fs/romfs/Kconfig b/trunk/fs/romfs/Kconfig new file mode 100644 index 000000000000..1a17020f9faf --- /dev/null +++ b/trunk/fs/romfs/Kconfig @@ -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 + 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.