This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 5d779386c lpt/Kconfig: hide TESTING_LTP_STACKSIZE option
5d779386c is described below
commit 5d779386c81d9d30efc653f39989fb93fb9de64a
Author: raiden00pl <[email protected]>
AuthorDate: Wed Jul 3 09:25:34 2024 +0200
lpt/Kconfig: hide TESTING_LTP_STACKSIZE option
hide TESTING_LTP_STACKSIZE option when TESTING_LTP=n
---
testing/ltp/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/testing/ltp/Kconfig b/testing/ltp/Kconfig
index 8d9c4734a..764dda7f7 100644
--- a/testing/ltp/Kconfig
+++ b/testing/ltp/Kconfig
@@ -9,6 +9,10 @@ config TESTING_LTP
---help---
Enable support for the Linux Test Project(LTP) framework
+if TESTING_LTP
+
config TESTING_LTP_STACKSIZE
int "Linux Test Project stack size"
default 4096
+
+endif #TESTING_LTP