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>
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index a2c057d..0ae0d8a 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -26,15 +26,6 @@
This options sets the size of the UART pipe buffer where data
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
bool "Verify that received FCS is valid"
default y