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:
parent
8617af383d
commit
2a1eabecc6
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue