soc: nxp mcxc: add has segger rtt in Kconfig

HAS_SEGGER_RTT Kconfix symbol is missing in NXP MCXC series Kconfig.
Add the symbol to fix and enable Segger RTT samples.

Signed-off-by: Michal Smola <michal.smola@nxp.com>
This commit is contained in:
Michal Smola 2024-10-24 15:03:17 +02:00 committed by Henrik Brix Andersen
commit f99e0c6d7b

View file

@ -17,6 +17,7 @@ config SOC_SERIES_MCXC
select HAS_MCUX_LPI2C select HAS_MCUX_LPI2C
select HAS_MCUX_TPM select HAS_MCUX_TPM
select SOC_EARLY_INIT_HOOK select SOC_EARLY_INIT_HOOK
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
if SOC_SERIES_MCXC if SOC_SERIES_MCXC