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:
parent
95f3b4bc70
commit
9e3d9784ff
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue