mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 18:56:15 +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>
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
CONFIG_CAN=y
|
|
CONFIG_CAN_INIT_PRIORITY=80
|
|
CONFIG_CAN_MAX_FILTER=5
|
|
|
|
CONFIG_SHELL=y
|
|
CONFIG_CAN_SHELL=y
|
|
CONFIG_DEVICE_SHELL=y
|