1# Private config options for can sample app 2 3# Copyright (c) 2018 Alexander Wachter 4# SPDX-License-Identifier: Apache-2.0 5 6mainmenu "Controller Area Network sample application" 7 8config LOOPBACK_MODE 9 bool "Loopback 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