summaryrefslogtreecommitdiffstats
path: root/arch/mips/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r--arch/mips/config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index c6a6bd704..8cfe976e9 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -1,4 +1,4 @@
-# $Id: config.in,v 1.36 2000/01/27 23:45:24 ralf Exp $
+# $Id: config.in,v 1.37 2000/01/29 01:41:59 ralf Exp $
# For a description of the syntax of this configuration file,
# see the Configure script.
#
@@ -124,6 +124,10 @@ define_bool CONFIG_BINFMT_ELF y
tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
bool 'Networking support' CONFIG_NET
+
+source drivers/pci/Config.in
+source drivers/pcmcia/Config.in
+
bool 'System V IPC' CONFIG_SYSVIPC
bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
bool 'Sysctl support' CONFIG_SYSCTL
@@ -141,6 +145,8 @@ if [ "$CONFIG_MODULES" = "y" ]; then
bool ' Kernel module loader' CONFIG_KMOD
fi
+source drivers/pci/Config.in
+
endmenu
if [ "$CONFIG_DECSTATION" = "y" ]; then