zephyr/tests/drivers/can/api/prj.conf
Henrik Brix Andersen 8beb0a3564 tests: drivers: can: api: add simple test for CAN stats accessors
Add a simple test to validate that the CAN statistics accessor functions
can be called from user mode threads.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2023-10-23 10:33:04 +02:00

10 lines
210 B
Plaintext

CONFIG_CAN=y
CONFIG_CAN_FD_MODE=y
CONFIG_CAN_AUTO_BUS_OFF_RECOVERY=n
CONFIG_STATS=y
CONFIG_CAN_STATS=y
CONFIG_TEST_USERSPACE=y
CONFIG_ZTEST=y
# The canfd test suite may be skipped
CONFIG_ZTEST_VERIFY_RUN_ALL=n