diff options
author | Harald Koerfgen <hkoerfg@web.de> | 1999-04-12 20:50:49 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 1999-04-12 20:50:49 +0000 |
commit | d6509c7221656060ff995b645dfc1eac582c7f31 (patch) | |
tree | 2fd525281d4f0c7c6b828775163aecfb80c0b4af /fs/Config.in | |
parent | 7be6c2b5c3a6cffb5eb811a88a57b77cfb8a06dd (diff) |
Linux/MIPS understands NetBSD/pmax and Ultrix partition tables
Diffstat (limited to 'fs/Config.in')
-rw-r--r-- | fs/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/Config.in b/fs/Config.in index 216e7bf46..1fdf8acd7 100644 --- a/fs/Config.in +++ b/fs/Config.in @@ -114,11 +114,14 @@ comment 'Partition Types' bool 'BSD disklabel (BSD partition tables) support' CONFIG_BSD_DISKLABEL bool 'Macintosh partition map support' CONFIG_MAC_PARTITION +bool 'OSF partition table support' CONFIG_OSF_PARTITION bool 'SMD disklabel (Sun partition tables) support' CONFIG_SMD_DISKLABEL bool 'Solaris (x86) partition table support' CONFIG_SOLARIS_X86_PARTITION if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then + bool 'Ultrix partition table support (experimental)' CONFIG_ULTRIX_PARTITION bool 'Unixware slices support (EXPERIMENTAL)' CONFIG_UNIXWARE_DISKLABEL fi + endmenu source fs/nls/Config.in |