Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d03078a authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

e1000e: fix kconfig for crc32 dependency



ERROR: "crc32_le" [drivers/net/e1000e/e1000e.ko] undefined!

Reported-by: default avatarFrank Peters <frank.peters@comcast.net>
Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Cc: Bruce Allan <bruce.w.allan@intel.com>
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ee0caa79
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2108,6 +2108,7 @@ config E1000

config E1000E
	tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
	select CRC32
	depends on PCI && (!SPARC32 || BROKEN)
	select CRC32
	---help---