From 01a19e1b9a0521c42bcb85fbeeb557a2285758f0 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 30 Jun 2011 14:33:48 +0200 Subject: ARM TCM sample code This is a simple sample snippet of ARM TCM code use, we create arm/test to host the code. Signed-off-by: Linus Walleij --- arch/arm/test/Kconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 arch/arm/test/Kconfig (limited to 'arch/arm/test/Kconfig') 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 -- cgit v1.2.1