samples: can: remove CONFIG_CAN_MAX_FILTER setting

Remove setting of CONFIG_CAN_MAX_FILTER and rely on driver defaults.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen
2025-12-05 16:21:49 +00:00
committed by Anas Nashif
parent 65eee6d3d9
commit d672bdbdcc
6 changed files with 0 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
CONFIG_POLL=y
CONFIG_CAN=y
CONFIG_CAN_INIT_PRIORITY=80
CONFIG_CAN_MAX_FILTER=5
CONFIG_SHELL=y
CONFIG_CAN_SHELL=y

View File

@@ -4,7 +4,6 @@ CONFIG_CANOPEN_LOG_LEVEL_DBG=y
CONFIG_GPIO=y
CONFIG_CAN=y
CONFIG_CAN_MAX_FILTER=13
CONFIG_FLASH=y
CONFIG_NVS=y

View File

@@ -4,7 +4,6 @@ CONFIG_CANOPEN_LOG_LEVEL_DBG=y
CONFIG_GPIO=y
CONFIG_CAN=y
CONFIG_CAN_MAX_FILTER=13
CONFIG_FLASH=y
CONFIG_FLASH_MAP=y

View File

@@ -4,7 +4,6 @@ CONFIG_CANOPEN_LOG_LEVEL_DBG=y
CONFIG_GPIO=y
CONFIG_CAN=y
CONFIG_CAN_MAX_FILTER=13
CONFIG_CANOPEN=y
CONFIG_CANOPENNODE_SYNC_THREAD=y

View File

@@ -1,6 +1,5 @@
CONFIG_CAN=y
CONFIG_NET_L2_ETHERNET=n
CONFIG_CAN_MAX_FILTER=5
CONFIG_NETWORKING=y
CONFIG_NET_DRIVERS=y

View File

@@ -1,7 +1,6 @@
CONFIG_LOG=y
CONFIG_CAN=y
CONFIG_CAN_MAX_FILTER=8
CONFIG_ISOTP=y
# We have two receiving contexts that are bound to a single address.