From 5d779386c81d9d30efc653f39989fb93fb9de64a Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Wed, 3 Jul 2024 09:25:34 +0200 Subject: [PATCH] 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