#
# Copyright (c) 2024-2026 Actinius
#
# SPDX-License-Identifier: BSD-3-Clause
#

config ACTINIUS_ACCEL_USE_ANSI
	bool "Use ANSI escape codes for terminal output"
	default y
	help
	  Enable ANSI escape codes to clear the screen and position
	  the cursor, creating a live-updating display. Disable this
	  if your terminal does not support ANSI escape codes.

source "Kconfig.zephyr"
