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
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <Zephyr>/drivers/net/Kconfig:68
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:24
Menu path: (Top) → Device Drivers → Network 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 && NET_DRIVERS
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.)