lpt/Kconfig: hide TESTING_LTP_STACKSIZE option
hide TESTING_LTP_STACKSIZE option when TESTING_LTP=n
This commit is contained in:
parent
e9f60d85b9
commit
5d779386c8
@ -9,6 +9,10 @@ config TESTING_LTP
|
|||||||
---help---
|
---help---
|
||||||
Enable support for the Linux Test Project(LTP) framework
|
Enable support for the Linux Test Project(LTP) framework
|
||||||
|
|
||||||
|
if TESTING_LTP
|
||||||
|
|
||||||
config TESTING_LTP_STACKSIZE
|
config TESTING_LTP_STACKSIZE
|
||||||
int "Linux Test Project stack size"
|
int "Linux Test Project stack size"
|
||||||
default 4096
|
default 4096
|
||||||
|
|
||||||
|
endif #TESTING_LTP
|
||||||
|
Loading…
Reference in New Issue
Block a user