2020-09-29 05:39:53 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config TESTING_LTP
|
|
|
|
tristate "Linux Test Project"
|
|
|
|
default n
|
|
|
|
---help---
|
2023-01-25 16:54:36 +01:00
|
|
|
Enable support for the Linux Test Project(LTP) framework
|
|
|
|
|
2024-02-22 09:55:30 +01:00
|
|
|
config TESTING_LTP_STACKSIZE
|
|
|
|
int "Linux Test Project stack size"
|
|
|
|
default 4096
|