mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
19 lines
355 B
Text
19 lines
355 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config TESTING_MTE
|
|
tristate "MTE instruction set test"
|
|
depends on ARM64_MTE
|
|
default n
|
|
---help---
|
|
Enable MTE instruction set test
|
|
|
|
if TESTING_MTE
|
|
|
|
config TESTING_MTE_PRIORITY
|
|
int "Task priority"
|
|
default 101
|
|
|
|
endif
|