CONFIG_NET_PPP_VERIFY_FCS

Verify that received FCS is valid

Type: bool

Help

If you have a reliable link, then it might make sense to disable this as it takes some time to verify the received packet.

Direct dependencies

NET_PPP

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/net/Kconfig:52

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:22

Menu path: (Top) → Device Drivers → Point-to-point (PPP) UART based driver

config NET_PPP_VERIFY_FCS
    bool "Verify that received FCS is valid"
    default y
    depends on NET_PPP
    help
      If you have a reliable link, then it might make sense
      to disable this as it takes some time to verify the received
      packet.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)