let NET_CAN_RAW_FILTER_MAX depends on NET_CANPROTO_OPTIONS to prevent compiler errors
This commit is contained in:
parent
73678c4839
commit
d8e329231f
@ -94,7 +94,7 @@ config NET_CAN_RAW_DEFAULT_TX_DEADLINE
|
|||||||
config NET_CAN_RAW_FILTER_MAX
|
config NET_CAN_RAW_FILTER_MAX
|
||||||
int "CAN_RAW_FILTER max filter count"
|
int "CAN_RAW_FILTER max filter count"
|
||||||
default 32
|
default 32
|
||||||
depends on NET_CAN_SOCK_OPTS
|
depends on NET_CANPROTO_OPTIONS
|
||||||
---help---
|
---help---
|
||||||
Maximum number of CAN_RAW filters that can be set per CAN connection.
|
Maximum number of CAN_RAW filters that can be set per CAN connection.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user