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

Commit 7ff1c8bb authored by Bruce Allan's avatar Bruce Allan Committed by Jeff Kirsher
Browse files

e1000e: remove redundant reverse dependency on CRC32



Commit 5d03078a added a redundant 'select
CRC32'; remove it.

Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 3ebfc7c9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2115,7 +2115,6 @@ config E1000

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