From: Paul M. <le...@us...> - 2001-10-06 21:00:46
|
Update of /cvsroot/linuxconsole/ruby/linux/fs In directory usw-pr-cvs1:/tmp/cvs-serv14922 Modified Files: Config.in Log Message: GfxFS updates. Index: Config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/fs/Config.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Config.in 2001/10/06 17:47:04 1.1 +++ Config.in 2001/10/06 21:00:43 1.2 @@ -46,6 +46,7 @@ tristate 'OS/2 HPFS file system support' CONFIG_HPFS_FS dep_tristate 'Graphics file system support (EXPERIMENTAL)' CONFIG_GFXFS_FS $CONFIG_EXPERIMENTAL +dep_bool ' Debug gfxfs' CONFIG_GFXFS_FS_DEBUG $CONFIG_GFXFS_FS bool '/proc file system support' CONFIG_PROC_FS |