patch-2.3.32 linux/fs/partitions/Config.in

Next file: linux/fs/proc/generic.c
Previous file: linux/fs/ntfs/super.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.31/linux/fs/partitions/Config.in linux/fs/partitions/Config.in
@@ -18,7 +18,8 @@
     define_bool CONFIG_MSDOS_PARTITION y
   fi
 fi
-if [ "$CONFIG_MSDOS_PARTITION" = "y" ]; then
+if [ "$CONFIG_PARTITION_ADVANCED" = "y" -a \
+     "$CONFIG_MSDOS_PARTITION" = "y" ]; then
   bool '  BSD disklabel (FreeBSD partition tables) support' CONFIG_BSD_DISKLABEL
   bool '  Solaris (x86) partition table support' CONFIG_SOLARIS_X86_PARTITION
   bool '  Unixware slices support' CONFIG_UNIXWARE_DISKLABEL

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