2019-11-01 20:45:29 +08:00
|
|
|
# Private config options for can sample app
|
2018-04-28 06:59:14 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2018 Alexander Wachter
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
mainmenu "Controller Area Network sample application"
|
|
|
|
|
|
|
|
config LOOPBACK_MODE
|
|
|
|
bool "Loopback LOOPBACK_MODE"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Set the controller to loopback mode.
|
|
|
|
This allows testing without a second board.
|
2018-08-01 01:40:29 +08:00
|
|
|
|
2018-10-10 22:52:59 +08:00
|
|
|
source "Kconfig.zephyr"
|