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:
Ulf Magnusson 2019-10-18 19:02:56 +02:00 committed by Maureen Helm
parent 894ec29606
commit c433a2ba33

View file

@ -27,11 +27,4 @@ config CAN_MAX_FILTER
Defines the array size of the filters.
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