Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

# Copyright (c) 2022 Nordic Semiconductor
#
# SPDX-License-Identifier: Apache-2.0

# Current the use of X86 is for consistency with old testsuite/ztest which
# defined CONFIG_X86 manually. To consider, is NATIVE_POSIX a better choice?
config X86
	bool
	default y
	help
	  The unit_testing architecture identifies itself as X86 for basic
	  ztest and kernel support.

if CONSOLE

config NATIVE_POSIX_CONSOLE
	bool
	default y
	select CONSOLE_HAS_DRIVER
	help
	  The unit testing architecture is expected to always have access to a
	  standard terminal for printing.

endif # CONSOLE