nuttx-apps/testing/sensortest/Kconfig
dongjiuzhu 60342ec862 testing/sensortest: add sensor driver test
Signed-off-by: dongjiuzhu <dongjiuzhu1@xiaomi.com>
2020-10-23 00:43:47 +08:00

30 lines
657 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_SENSORTEST
tristate "Sensor driver test"
default n
---help---
Enable the Sensor driver test
if TESTING_SENSORTEST
config TESTING_SENSORTEST_PROGNAME
string "Program name"
default "sensortest"
---help---
This is the name of the program that will be used when the NSH ELF
program is installed.
config TESTING_SENSORTEST_PRIORITY
int "Sensor driver test task priority"
default 100
config TESTING_SENSORTEST_STACKSIZE
int "Sensor driver test stack size"
default DEFAULT_TASK_STACKSIZE
endif