1# Renesas R-Car CAN configuration options 2 3# Copyright (c) 2021 IoT.bzh 4# SPDX-License-Identifier: Apache-2.0 5 6config CAN_RCAR 7 bool "Renesas R-Car CAN Driver" 8 default y 9 depends on DT_HAS_RENESAS_RCAR_CAN_ENABLED 10 help 11 Enable Renesas R-Car CAN Driver. 12 13config CAN_RCAR_MAX_FILTER 14 int "Maximum number of concurrent active filters" 15 depends on CAN_RCAR 16 default 5 17 range 1 32 18 help 19 Defines the array size of the callback/msgq pointers. 20 Must be at least the size of concurrent reads. 21