drivers: net: kconfig: Remove unused SLIP_MTU symbol
Added in commit184e251fdb
("slip: Add driver for host to qemu connectivity"), then moved to drivers/net/Kconfig in commit0612651deb
("drivers: slip: Consolidate under drivers/net/"). Never used. Found with a script. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
f9d2added7
commit
616f9bd825
|
@ -69,16 +69,6 @@ config SLIP_DRV_NAME
|
|||
help
|
||||
This option sets the driver name
|
||||
|
||||
config SLIP_MTU
|
||||
int "SLIP MTU"
|
||||
default 1500
|
||||
range 80 1500
|
||||
help
|
||||
This option sets the MTU for the SLIP connection.
|
||||
The value is only used when fragmenting the network
|
||||
data into net_buf's. The actual SLIP connection
|
||||
does not use this value.
|
||||
|
||||
module = SLIP
|
||||
module-dep = LOG
|
||||
module-str = Log level for slip driver
|
||||
|
|
Loading…
Reference in a new issue