drivers: net: kconfig: Remove unused NET_PPP_MTU 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
af7aa3fd28
commit
f9d2added7
1 changed files with 0 additions and 9 deletions
|
@ -26,15 +26,6 @@ config NET_PPP_UART_PIPE_BUF_LEN
|
||||||
This options sets the size of the UART pipe buffer where data
|
This options sets the size of the UART pipe buffer where data
|
||||||
is being read to.
|
is being read to.
|
||||||
|
|
||||||
config NET_PPP_MTU
|
|
||||||
int "PPP MTU"
|
|
||||||
default 1500
|
|
||||||
range 80 1500
|
|
||||||
help
|
|
||||||
This option sets the MTU for the PPP connection.
|
|
||||||
The value is only used when fragmenting the network
|
|
||||||
data into net_buf's.
|
|
||||||
|
|
||||||
config NET_PPP_VERIFY_FCS
|
config NET_PPP_VERIFY_FCS
|
||||||
bool "Verify that received FCS is valid"
|
bool "Verify that received FCS is valid"
|
||||||
default y
|
default y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue