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 <alexander@wachter.cloud>
This commit is contained in:
Alexander Wachter 2022-01-10 23:31:43 +01:00 committed by Anas Nashif
commit 22a10752ed

View file

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