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:
parent
52a6cc4473
commit
2f43226b3d
3 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue