logging: backend/xtensa_sim: more generic enabling condition

Instead of using individual SoC kconfigs to determine whether
to enable the Xtensa simulator logging backend, simply use
CONFIG_SIMULATOR_XTENSA.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2025-04-21 13:15:08 -07:00 committed by Benjamin Cabé
parent 1a8b8f4220
commit 5682a7f09e

View File

@ -4,7 +4,7 @@
config LOG_BACKEND_XTENSA_SIM
bool "Xtensa simulator backend"
depends on SIMULATOR_XTENSA
default y if SOC_XTENSA_SAMPLE_CONTROLLER || SOC_XTENSA_DC233C
default y if SIMULATOR_XTENSA
select LOG_BACKEND_SUPPORTS_FORMAT_TIMESTAMP
help
Enable backend in xtensa simulator