From: Al Viro Date: Sun, 27 Apr 2008 05:15:42 +0000 (+0100) Subject: e1000e triggers sparc32 gcc bug X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7ac86bf61ad570a2ef642a3f7e72274570ace9c4;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Acked-by: David S. Miller Signed-off-by: Linus Torvalds --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 0697aa8ea774..8082c1d142df 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,