nuttx-apps/testing/mm/Kconfig

14 lines
267 B
Plaintext
Raw Normal View History

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config TESTING_MM
tristate "Memory management test"
default n
---help---
Enable the memory management test
if TESTING_MM
endif