patch-2.3.99-pre4 linux/fs/ncpfs/Config.in

Next file: linux/fs/nfs/Makefile
Previous file: linux/fs/namei.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre3/linux/fs/ncpfs/Config.in linux/fs/ncpfs/Config.in
@@ -1,13 +1,13 @@
 #
 # NCP Filesystem configuration
 #
-bool '  Packet signatures' CONFIG_NCPFS_PACKET_SIGNING
-bool '  Proprietary file locking' CONFIG_NCPFS_IOCTL_LOCKING
-bool '  Clear remove/delete inhibit when needed' CONFIG_NCPFS_STRONG
-bool '  Use NFS namespace if available' CONFIG_NCPFS_NFS_NS
-bool '  Use LONG (OS/2) namespace if available' CONFIG_NCPFS_OS2_NS
-bool '  Lowercase DOS filenames' CONFIG_NCPFS_SMALLDOS
-bool '  Allow mounting of volume subdirectories' CONFIG_NCPFS_MOUNT_SUBDIR
-bool '  NDS authentication support' CONFIG_NCPFS_NDS_DOMAINS
-bool '  Use Native Language Support' CONFIG_NCPFS_NLS
-bool '  Enable symbolic links and execute flags' CONFIG_NCPFS_EXTRAS
+dep_mbool '  Packet signatures' CONFIG_NCPFS_PACKET_SIGNING $CONFIG_NCP_FS
+dep_mbool '  Proprietary file locking' CONFIG_NCPFS_IOCTL_LOCKING $CONFIG_NCP_FS
+dep_mbool '  Clear remove/delete inhibit when needed' CONFIG_NCPFS_STRONG $CONFIG_NCP_FS
+dep_mbool '  Use NFS namespace if available' CONFIG_NCPFS_NFS_NS $CONFIG_NCP_FS
+dep_mbool '  Use LONG (OS/2) namespace if available' CONFIG_NCPFS_OS2_NS $CONFIG_NCP_FS
+dep_mbool '  Lowercase DOS filenames' CONFIG_NCPFS_SMALLDOS $CONFIG_NCP_FS
+dep_mbool '  Allow mounting of volume subdirectories' CONFIG_NCPFS_MOUNT_SUBDIR $CONFIG_NCP_FS
+dep_mbool '  NDS authentication support' CONFIG_NCPFS_NDS_DOMAINS $CONFIG_NCP_FS
+dep_mbool '  Use Native Language Support' CONFIG_NCPFS_NLS $CONFIG_NCP_FS
+dep_mbool '  Enable symbolic links and execute flags' CONFIG_NCPFS_EXTRAS $CONFIG_NCP_FS

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)