diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
commit | db7d4daea91e105e3859cf461d7e53b9b77454b2 (patch) | |
tree | 9bb65b95440af09e8aca63abe56970dd3360cc57 /fs/Config.in | |
parent | 9c1c01ead627bdda9211c9abd5b758d6c687d8ac (diff) |
Merge with Linux 2.2.8.
Diffstat (limited to 'fs/Config.in')
-rw-r--r-- | fs/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/Config.in b/fs/Config.in index 1fdf8acd7..d9c8c08cd 100644 --- a/fs/Config.in +++ b/fs/Config.in @@ -105,10 +105,6 @@ fi endmenu fi -if [ "$CONFIG_AFFS_FS" != "n" ]; then - define_bool CONFIG_AMIGA_PARTITION y -fi - mainmenu_option next_comment comment 'Partition Types' @@ -124,6 +120,10 @@ fi endmenu +if [ "$CONFIG_AFFS_FS" != "n" ]; then + define_bool CONFIG_AMIGA_PARTITION y +fi + source fs/nls/Config.in endmenu |