diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2008-04-27 06:15:42 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-27 10:09:32 -0700 |
commit | 7ac86bf61ad570a2ef642a3f7e72274570ace9c4 (patch) | |
tree | 5860afeafe94e776ad55b82bd40bf413ca5d88b7 | |
parent | c3bf9bc243092c53946fd6d8ebd6dc2f4e572d48 (diff) | |
download | linux-3.10-7ac86bf61ad570a2ef642a3f7e72274570ace9c4.tar.gz linux-3.10-7ac86bf61ad570a2ef642a3f7e72274570ace9c4.tar.bz2 linux-3.10-7ac86bf61ad570a2ef642a3f7e72274570ace9c4.zip |
e1000e triggers sparc32 gcc bug
... and isn't possible on sparc32 boxen anyway, unless somebody
had done JavaStation with PCIE lately.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-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 0697aa8ea77..8082c1d142d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2011,7 +2011,7 @@ config E1000_DISABLE_PACKET_SPLIT config E1000E tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support" - depends on PCI + depends on PCI && (!SPARC32 || BROKEN) ---help--- This driver supports the PCI-Express Intel(R) PRO/1000 gigabit ethernet family of adapters. For PCI or PCI-X e1000 adapters, |