From 22a10752ed7753b374b317d2364355df07ae96b4 Mon Sep 17 00:00:00 2001 From: Alexander Wachter Date: Mon, 10 Jan 2022 23:31:43 +0100 Subject: [PATCH] samples: net: sockets: can: Disable Ethernet Disable Ethernet on SocketCAN sample because some Ethernet drivers cannot operate on such small buffers. Signed-off-by: Alexander Wachter --- samples/net/sockets/can/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/net/sockets/can/prj.conf b/samples/net/sockets/can/prj.conf index e072d61ea14..43d624e16b0 100644 --- a/samples/net/sockets/can/prj.conf +++ b/samples/net/sockets/can/prj.conf @@ -1,4 +1,5 @@ CONFIG_CAN=y +CONFIG_NET_L2_ETHERNET=n CONFIG_CAN_MAX_FILTER=5 CONFIG_NETWORKING=y