mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-03 13:19:03 +00:00
11 lines
196 B
Text
11 lines
196 B
Text
|
|
#
|
||
|
|
# For a description of the syntax of this configuration file,
|
||
|
|
# see misc/tools/kconfig-language.txt.
|
||
|
|
#
|
||
|
|
|
||
|
|
config SYSTEM_RAMTEST
|
||
|
|
bool "RAM Test"
|
||
|
|
default n
|
||
|
|
---help---
|
||
|
|
Enable a simple RAM test.
|