1# Private config options for can sample app
2
3# Copyright (c) 2018 Alexander Wachter
4# SPDX-License-Identifier: Apache-2.0
5
6mainmenu "SocketCAN sample application"
7
8config SAMPLE_SOCKETCAN_LOOPBACK_MODE
9	bool "Loopback mode"
10	default y
11	help
12	  Set the controller to loopback mode.
13	  This allows testing without a second board.
14
15source "Kconfig.zephyr"
16