modules: canopennode: CANopenNode does not support CAN-FD

The CANopenNode stack does not support CAN-FD. Depend on it being
disabled and explicitly disable it in the CANopenNode sample.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2022-03-18 10:32:43 +01:00 committed by Marti Bolivar
commit 2f43226b3d
3 changed files with 3 additions and 1 deletions

View file

@ -8,7 +8,7 @@ config ZEPHYR_CANOPENNODE_MODULE
config CANOPENNODE
bool "CANopenNode support"
depends on CAN
depends on CAN && !CAN_FD_MODE
help
This option enables the CANopenNode library.