diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-03-31 02:11:31 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-03-31 02:11:31 +0000 |
commit | 58e02015d06e72a06f5e8d822b0bf5957459af1b (patch) | |
tree | 13d737e783ef9d0a56cb83a38e1dc7fc07123c39 /arch/mips/config.in | |
parent | 6dae26b05fef124e5d2237592d1dd4bf8d95edfd (diff) |
Fix hotplug / PCMCIA configuration.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index 512789df6..01dcc61b2 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -261,8 +261,14 @@ tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC bool 'Networking support' CONFIG_NET -if [ "$CONFIG_PCI" = "y" ]; then - source drivers/pci/Config.in +source drivers/pci/Config.in + +bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG + +if [ "$CONFIG_HOTPLUG" = "y" ] ; then + source drivers/pcmcia/Config.in +else + define_bool CONFIG_PCMCIA n fi bool 'System V IPC' CONFIG_SYSVIPC |