summaryrefslogtreecommitdiffstats
path: root/fs/partitions
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>2000-02-13 20:52:05 +0000
committerHarald Koerfgen <hkoerfg@web.de>2000-02-13 20:52:05 +0000
commitb5766e7e617734ae2426cc836a2819ed81cace0c (patch)
tree2f21c1628f61ab56fb7bf4d47ad6890997de1f25 /fs/partitions
parent4f1dc929c47e0d019726681daa8d78d616868b0e (diff)
o bootmem fixes for DECstations
o declarations in pgtable.h fixed o cache management for R3000 improved
Diffstat (limited to 'fs/partitions')
-rw-r--r--fs/partitions/Config.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/fs/partitions/Config.in b/fs/partitions/Config.in
index 869dcb76d..57706a744 100644
--- a/fs/partitions/Config.in
+++ b/fs/partitions/Config.in
@@ -21,6 +21,7 @@ if [ "$CONFIG_PARTITION_ADVANCED" = "y" ]; then
bool ' Solaris (x86) partition table support' CONFIG_SOLARIS_X86_PARTITION
bool ' Unixware slices support' CONFIG_UNIXWARE_DISKLABEL
fi
+ bool ' Ultrix partition table support' CONFIG_ULTRIX_PARTITION
else
if [ "$ARCH" = "alpha" ]; then
define_bool CONFIG_OSF_PARTITION y
@@ -46,17 +47,13 @@ else
if [ "$CONFIG_ATARI" = "y" ]; then
define_bool CONFIG_ATARI_PARTITION y
fi
+ bool 'Ultrix partition table support' CONFIG_ULTRIX_PARTITION
fi
if [ "$CONFIG_SGI_IP22" != "y" -a "$CONFIG_SGI_IP27" != "y" ]; then
bool 'SGI partition support' CONFIG_SGI_PARTITION
else
define_bool CONFIG_SGI_PARTITION y
fi
-if [ "$CONFIG_DECSTATION" != "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
else