From d8e329231fd5ff86d75af88b876077b3ceac5728 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Tue, 4 Oct 2022 17:28:58 +0200 Subject: [PATCH] let NET_CAN_RAW_FILTER_MAX depends on NET_CANPROTO_OPTIONS to prevent compiler errors --- net/can/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/can/Kconfig b/net/can/Kconfig index 4face178713..10cffb00243 100644 --- a/net/can/Kconfig +++ b/net/can/Kconfig @@ -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.