aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/test/Kconfig
blob: 13c38e11ab6d2874e18151ef8f90338c173c46fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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