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:
Ulf Magnusson 2019-10-18 23:48:00 +02:00 committed by Jukka Rissanen
commit f9d2added7

View file

@ -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