diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-11-08 19:10:24 +0000 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-09 01:42:54 -0500 |
commit | f406db8cba6bbce42b96490e6d31bdec229ad994 (patch) | |
tree | 0bced656ed73fe376b9ebbf5ae54907654eea046 /drivers/net | |
parent | 385023cb8972971540d17c92baf0132693955f5f (diff) |
[PATCH] IOC: And don't mark the things as broken Cowboy.
And don't mark the things as broken Cowboy.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 1958d9e16a3..e70315a8544 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -447,7 +447,7 @@ config NET_SB1250_MAC config SGI_IOC3_ETH bool "SGI IOC3 Ethernet" - depends on NET_ETHERNET && PCI && SGI_IP27 && BROKEN + depends on NET_ETHERNET && PCI && SGI_IP27 select CRC32 select MII help |