:orphan: .. title:: CONFIG_ETH_MCUX_HW_ACCELERATION .. kconfig:: CONFIG_ETH_MCUX_HW_ACCELERATION CONFIG_ETH_MCUX_HW_ACCELERATION ############################### *Enable hardware acceleration* Type: ``bool`` Help ==== .. code-block:: none Enable hardware acceleration for the following: - IPv4, UDP and TCP checksum (both Rx and Tx) Direct dependencies =================== \ :kconfig:`ETH_MCUX ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ethernet/Kconfig.mcux:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:49`` Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver .. code-block:: kconfig config ETH_MCUX_HW_ACCELERATION bool "Enable hardware acceleration" depends on ETH_MCUX && NET_L2_ETHERNET help Enable hardware acceleration for the following: - IPv4, UDP and TCP checksum (both Rx and Tx) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*