nuttx-apps/testing/libc/crctest/Kconfig
yukangzhi 3c99bad310 crctest: Test the CRC library that the E2E depends on.
Test the CRC Library defined in the AUTOSAR specification

Signed-off-by: yukangzhi <yukangzhi@xiaomi.com>
2026-01-22 19:51:51 +08:00

23 lines
451 B
Text

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config TESTING_CRC_TEST
tristate "vela cmocka CRC test"
default n
depends on TESTING_CMOCKA
---help---
Enable the cmocka CRC test
if TESTING_CRC_TEST
config TESTING_CRC_TEST_PRIORITY
int "Task priority"
default 100
config TESTING_CRC_TEST_STACKSIZE
int "Stack size"
default DEFAULT_TASK_STACKSIZE
endif