:orphan: .. title:: NET_PPP_VERIFY_FCS .. option:: 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 =================== \ :option:`NET_PPP ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/net/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:22`` Menu path: (Top) → Device Drivers → Point-to-point (PPP) UART based driver .. parsed-literal:: config NET_PPP_VERIFY_FCS bool "Verify that received FCS is valid" default y depends on \ :option:`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.)*