mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 00:36:05 +00:00
This commit renames the CAN sample directory name from `CAN` to `can` to be consistent with others. Noting that the CAN driver test directory is named `tests/drivers/can`, we have no excuse for naming the CAN driver sample directory `samples/drivers/CAN`. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
16 lines
359 B
Plaintext
16 lines
359 B
Plaintext
# Private config options for can sample app
|
|
|
|
# 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.
|
|
|
|
source "Kconfig.zephyr"
|