canbus: isotp: remove superfluous default n for boolean

bool symbols implicitly default to n so
there is no need to redundant those values.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-04-15 21:20:50 +02:00 committed by Carles Cufí
commit 9e3d9784ff

View file

@ -91,7 +91,6 @@ config ISOTP_RX_SF_FF_BUF_COUNT
config ISOTP_USE_TX_BUF
bool "Buffer tx writes"
default n
help
Copy the outgoing data to a net buffer so that the calling function
can discard the data.