blob: a4a31c1e11cd90fb335677c80297b2d810a7d3fb [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_POSIX=y
CONFIG_BOARD_NATIVE_POSIX_32BIT=y
CONFIG_CONSOLE=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1000000
# For native_posix we can log synchronously without any problem
# Doing so will be nicer for debugging
CONFIG_LOG_MODE_IMMEDIATE=y