diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-04-01 01:01:46 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-04-01 01:01:46 +0000 |
commit | 15a8b83309ce3bf83b59c1226b4e426017abf561 (patch) | |
tree | 59d703df9e14d80c34e8f4de81dff91dfd55dec1 /arch/mips/config.in | |
parent | 58e02015d06e72a06f5e8d822b0bf5957459af1b (diff) |
Some more configuration file cleanup.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index 01dcc61b2..bffbad944 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -275,8 +275,6 @@ bool 'System V IPC' CONFIG_SYSVIPC bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT bool 'Sysctl support' CONFIG_SYSCTL -source drivers/parport/Config.in - if [ "$CONFIG_DECSTATION" = "y" ]; then bool 'TURBOchannel support' CONFIG_TC # if [ "$CONFIG_TC" = "y" ]; then @@ -289,14 +287,10 @@ if [ "$CONFIG_ISA" = "y" ]; then source drivers/pnp/Config.in fi -if [ "$CONFIG_HOTPLUG" = "y" ] ; then - source drivers/pcmcia/Config.in -else - define_bool CONFIG_PCMCIA n -fi - source drivers/mtd/Config.in +source drivers/parport/Config.in + source drivers/block/Config.in source drivers/md/Config.in @@ -305,10 +299,7 @@ if [ "$CONFIG_NET" = "y" ]; then source net/Config.in fi -if [ "$CONFIG_DECSTATION" != "y" -a \ - "$CONFIG_SGI_IP22" != "y" ]; then - source drivers/telephony/Config.in -fi +source drivers/telephony/Config.in if [ "$CONFIG_SGI_IP22" != "y" -a \ "$CONFIG_DECSTATION" != "y" ]; then |