diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-02-05 03:41:23 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-02-05 03:41:23 +0000 |
commit | e876fa61d757c924e0f8467767505ee8da129ece (patch) | |
tree | 6b6b6417cf2799ebe14d2de97300961140e7db40 /drivers | |
parent | 222ce6477d35d0b51fe9d5fb16ada90ac3341500 (diff) |
Fix for SNIA IOC3 configuration.
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Config.in b/drivers/net/Config.in index 775dce51e..9481e0836 100644 --- a/drivers/net/Config.in +++ b/drivers/net/Config.in @@ -55,7 +55,7 @@ if [ "$CONFIG_NET_ETHERNET" = "y" ]; then if [ "$CONFIG_SGI_IP27" = "y" ]; then bool ' SGI IOC3 Ethernet' CONFIG_SGI_IOC3_ETH fi - if [ "CONFIG_IA64_SGI_SN1" = "y" ]; then + if [ "$CONFIG_IA64_SGI_SN1" = "y" ]; then bool ' SGI IOC3 Ethernet' CONFIG_SGI_IOC3_ETH fi if [ "$CONFIG_SUPERH" = "y" ]; then |