can: loopback: kconfig: Remove unused CAN_LOOPBACK_FRAME_BUF_SIZE sym
Added in commit 0e807c3f54
("drivers: can: Add loopback driver"), then
never used.
Found with a script.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
894ec29606
commit
c433a2ba33
1 changed files with 0 additions and 7 deletions
|
@ -27,11 +27,4 @@ config CAN_MAX_FILTER
|
||||||
Defines the array size of the filters.
|
Defines the array size of the filters.
|
||||||
Must be at least the size of concurrent reads.
|
Must be at least the size of concurrent reads.
|
||||||
|
|
||||||
config CAN_LOOPBACK_FRAME_BUF_SIZE
|
|
||||||
int "Frame buffer count"
|
|
||||||
range 1 65534
|
|
||||||
default 4
|
|
||||||
help
|
|
||||||
Defines the number of frames that can be buffered for each filter.
|
|
||||||
|
|
||||||
endif # CAN_LOOPBACK
|
endif # CAN_LOOPBACK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue