#
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

menu "CoreMark sample"

config APP_MODE_FLASH_AND_RUN
	bool "Run CoreMark benchmark on start up" if !SOC_NRF54H20_CPUPPR
	default y if SOC_NRF54H20_CPUPPR
	help
	  If enabled, CoreMark will start execution immediately after the CPU starts up.
	  It also disables LEDs and buttons.
	  Otherwise, it will wait for the button press.

endmenu

menu "Zephyr Kernel"
	source "Kconfig.zephyr"
endmenu
