[PATCH -mm 08/44] fs/Kconfig split: romfs Signed-off-by: Alexey Dobriyan --- fs/Kconfig | 17 +---------------- fs/romfs/Kconfig | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) --- a/fs/Kconfig +++ b/fs/Kconfig @@ -38,22 +38,7 @@ source "fs/xfs/Kconfig" source "fs/gfs2/Kconfig" source "fs/ocfs2/Kconfig" source "fs/minix/Kconfig" - -config ROMFS_FS - tristate "ROM file system support" - ---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 INOTIFY bool "Inotify file change notification support" --- /dev/null +++ b/fs/romfs/Kconfig @@ -0,0 +1,15 @@ +config ROMFS_FS + tristate "ROM file system support" + ---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.