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:
parent
7e8cb3c591
commit
af7aa3fd28
1 changed files with 0 additions and 8 deletions
|
@ -43,14 +43,6 @@ config NET_PPP_VERIFY_FCS
|
||||||
to disable this as it takes some time to verify the received
|
to disable this as it takes some time to verify the received
|
||||||
packet.
|
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
|
config PPP_MAC_ADDR
|
||||||
string "MAC address for the interface"
|
string "MAC address for the interface"
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue