nuttx-apps/testing/drivertest/Kconfig
yintao 0a9b58ff88 testing/drivertest: add drivertest for cmocka driver testcases
Signed-off-by: yintao <yintao@xiaomi.com>
2023-02-02 22:14:27 +08:00

27 lines
529 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config TESTING_DRIVER_TEST
tristate "vela cmocka driver test"
default n
---help---
Enable the cmocka driver test
if TESTING_DRIVER_TEST
config TESTING_DRIVER_TEST_PRIORITY
int "Task priority"
default 100
config TESTING_DRIVER_TEST_STACKSIZE
int "Stack size"
default DEFAULT_TASK_STACKSIZE
config TESTING_DRIVER_TEST_SIMPLE
bool "Enable cmocka driver simple test"
default n
endif