aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/test/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/test/Kconfig')
-rw-r--r--arch/arm/test/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/test/Kconfig b/arch/arm/test/Kconfig
new file mode 100644
index 000000000000..13c38e11ab6d
--- /dev/null
+++ b/arch/arm/test/Kconfig
@@ -0,0 +1,20 @@
+config ARM_TEST
+ bool "Enable ARM kernel tests"
+
+if ARM_TEST
+
+menu "ARM Kernel tests"
+
+comment "test code to exercise the ARM kernel"
+
+config ARM_TCM_TEST
+ bool "ARM TCM test"
+ depends on HAVE_TCM
+ help
+ Enables some test code snippets to exercise the TCM memory
+ on platforms that have it. The code will not be executed
+ if no TCM memory is found.
+
+endmenu
+
+endif