1#
2# Copyright (c) 2019 Vestas Wind Systems A/S
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7config CANOPEN_NODE_ID
8	int "CANopen node ID"
9	default 10
10	range 1 127
11	help
12	  7-bit CANopen Node ID
13
14source "Kconfig.zephyr"
15