lpt/Kconfig: hide TESTING_LTP_STACKSIZE option

hide TESTING_LTP_STACKSIZE option when TESTING_LTP=n
This commit is contained in:
raiden00pl 2024-07-03 09:25:34 +02:00 committed by Xiang Xiao
parent e9f60d85b9
commit 5d779386c8

View File

@ -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