summaryrefslogtreecommitdiffstats
path: root/fs/partitions/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'fs/partitions/Config.in')
-rw-r--r--fs/partitions/Config.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/partitions/Config.in b/fs/partitions/Config.in
index 31e5884f4..c07773786 100644
--- a/fs/partitions/Config.in
+++ b/fs/partitions/Config.in
@@ -28,10 +28,8 @@ if [ "$CONFIG_SGI_IP22" != "y" ]; then
else
define_bool CONFIG_SGI_PARTITION y
fi
-if [ "$CONFIG_DECSTATION" != "y" ]; then
+if [ "$CONFIG_PARTITION_ADVANCED" = "y" ]; then
bool 'Ultrix partition table support' CONFIG_ULTRIX_PARTITION
-else
- define_bool CONFIG_ULTRIX_PARTITION y
fi
if [ "$ARCH" != "sparc" -a "$ARCH" != "sparc64" ]; then
bool 'Sun partition tables support' CONFIG_SUN_PARTITION