tests: use correct kconfig in help message

CONFIG_TEST_HAS_USERSPACE was removed, fix the help the text to reflect
that.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-04-07 09:02:37 -04:00
commit 073e017c75

View file

@ -84,7 +84,7 @@ config TEST_ENABLE_USERSPACE
This hidden option will help test the userspace mode. This will be
enabled only when CONFIG_ARCH_HAS_USERSPACE is set, and that the test
case itself indicates that it exercises user mode via
CONFIG_TEST_HAS_USERSPACE.
CONFIG_TEST_USERSPACE.
config TEST_HW_STACK_PROTECTION
bool "Enable hardware-based stack overflow detection if available"