zephyr/samples/subsys/canbus/canopen/Kconfig
Alexander Wachter 2f44990e9b can: Introduce can-primary alias
This commit introduces the can-primary alias to identify
the primary CAN interface.
This alias is used for all samples and tests, so they don't
need to probe the right interface.

Signed-off-by: Alexander Wachter <alexander@wachter.cloud>
2020-01-27 10:25:00 -06:00

15 lines
217 B
Plaintext

#
# Copyright (c) 2019 Vestas Wind Systems A/S
#
# SPDX-License-Identifier: Apache-2.0
#
config CANOPEN_NODE_ID
int "CANopen node ID"
default 10
range 1 127
help
7-bit CANopen Node ID
source "Kconfig.zephyr"