drivers: net: kconfig: Remove unused NET_PPP_CALC_FCS symbol

Added in commit aa46bac54c ("drivers: net: ppp: Driver for
point-to-point protocol"). Never used.

Found with a script.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-10-18 23:52:17 +02:00 committed by Jukka Rissanen
commit af7aa3fd28

View file

@ -43,14 +43,6 @@ config NET_PPP_VERIFY_FCS
to disable this as it takes some time to verify the received
packet.
config NET_PPP_CALC_FCS
bool "Calculate FCS for the sent packet"
default y
help
If you have a reliable link, then it might make sense
to disable this as it takes some time to calculate the FCS for
the sent packet.
config PPP_MAC_ADDR
string "MAC address for the interface"
help