From: Alexey Dobriyan Part of a 44-patch series to split fs/Kconfig into many fs//Kconfig files. Not realy suitable for applying to subsystem git trees (please). Signed-off-by: Alexey Dobriyan Cc: Christoph Hellwig Signed-off-by: Andrew Morton --- fs/Kconfig | 18 +----------------- fs/freevxfs/Kconfig | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) diff -puN fs/Kconfig~fs-kconfig-split-freevxfs fs/Kconfig --- a/fs/Kconfig~fs-kconfig-split-freevxfs +++ a/fs/Kconfig @@ -196,23 +196,7 @@ source "fs/efs/Kconfig" source "fs/jffs/Kconfig" source "fs/jffs2/Kconfig" source "fs/cramfs/Kconfig" - -config VXFS_FS - tristate "FreeVxFS file system support (VERITAS VxFS(TM) compatible)" - help - FreeVxFS is a file system driver that support the VERITAS VxFS(TM) - file system format. VERITAS VxFS(TM) is the standard file system - of SCO UnixWare (and possibly others) and optionally available - for Sunsoft Solaris, HP-UX and many other operating systems. - Currently only readonly access is supported. - - NOTE: the file system type as used by mount(1), mount(2) and - fstab(5) is 'vxfs' as it describes the file system format, not - the actual driver. - - To compile this as a module, choose M here: the module will be - called freevxfs. If unsure, say N. - +source "fs/freevxfs/Kconfig" config HPFS_FS tristate "OS/2 HPFS file system support" diff -puN /dev/null fs/freevxfs/Kconfig --- /dev/null +++ a/fs/freevxfs/Kconfig @@ -0,0 +1,15 @@ +config VXFS_FS + tristate "FreeVxFS file system support (VERITAS VxFS(TM) compatible)" + help + FreeVxFS is a file system driver that support the VERITAS VxFS(TM) + file system format. VERITAS VxFS(TM) is the standard file system + of SCO UnixWare (and possibly others) and optionally available + for Sunsoft Solaris, HP-UX and many other operating systems. + Currently only readonly access is supported. + + NOTE: the file system type as used by mount(1), mount(2) and + fstab(5) is 'vxfs' as it describes the file system format, not + the actual driver. + + To compile this as a module, choose M here: the module will be + called freevxfs. If unsure, say N. _