14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
#
|
|
# 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
|