let NET_CAN_RAW_FILTER_MAX depends on NET_CANPROTO_OPTIONS to prevent compiler errors

This commit is contained in:
raiden00pl 2022-10-04 17:28:58 +02:00 committed by Xiang Xiao
parent 73678c4839
commit d8e329231f

View File

@ -94,7 +94,7 @@ config NET_CAN_RAW_DEFAULT_TX_DEADLINE
config NET_CAN_RAW_FILTER_MAX
int "CAN_RAW_FILTER max filter count"
default 32
depends on NET_CAN_SOCK_OPTS
depends on NET_CANPROTO_OPTIONS
---help---
Maximum number of CAN_RAW filters that can be set per CAN connection.