drivers: eth: mcux: Disable HW accel checksum calc

Do not enable hardware accelerated checksum calculation by
default. It does not work for frdm-k64f and is causing
confusion among users.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2019-12-30 11:27:37 +02:00
parent 8617af383d
commit 2a1eabecc6

View file

@ -79,7 +79,6 @@ endchoice
config ETH_MCUX_HW_ACCELERATION
bool "Enable hardware acceleration"
default y
help
Enable hardware acceleration for the following:
- IPv4, UDP and TCP checksum (both Rx and Tx)