diff options
Diffstat (limited to 'drivers/net/Config.in')
-rw-r--r-- | drivers/net/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/Config.in b/drivers/net/Config.in index 01a8fae37..0a5d04a00 100644 --- a/drivers/net/Config.in +++ b/drivers/net/Config.in @@ -34,6 +34,7 @@ if [ "$CONFIG_NET_ETHERNET" = "y" ]; then tristate ' MACE (Power Mac ethernet) support' CONFIG_MACE tristate ' BMAC (G3 ethernet) support' CONFIG_BMAC tristate ' Symbios 53c885 (Synergy ethernet) support' CONFIG_NCR885E + tristate ' National DP83902AV (Oak ethernet) support' CONFIG_OAKNET fi if [ "$CONFIG_ZORRO" = "y" ]; then tristate ' Ariadne support' CONFIG_ARIADNE @@ -264,6 +265,6 @@ fi source drivers/net/wan/Config.in -if [ "$CONFIG_PCMCIA" != "n" ]; then +if [ "$CONFIG_HOTPLUG" = "y" -a "$CONFIG_PCMCIA" != "n" ]; then source drivers/net/pcmcia/Config.in fi |