diff options
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index f7fb7b2e9..9a1d95025 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.29 1999/08/18 23:37:42 ralf Exp $ +# $Id: config.in,v 1.30 1999/08/20 21:59:01 ralf Exp $ # For a description of the syntax of this configuration file, # see the Configure script. # @@ -123,7 +123,7 @@ bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT bool 'Sysctl support' CONFIG_SYSCTL if [ "$CONFIG_SGI_IP22" != "y" -a "$CONFIG_DECSTATION" != "y" -a "$CONFIG_BAGET_MIPS" != "y" ]; then - tristate 'Parallel port support' CONFIG_PARPORT + source drivers/misc/Config.in fi endmenu |