soc: microchip: mec: Add Kconfig for Segger RTT debug support
All parts in the Microchip MEC family support ARM JTAG/SWD/SWO. We add Kconfig logic to allow building projects with Segger's RTT debug for Cortex-M. Signed-off-by: Scott Worley <scott.worley@microchip.com>
This commit is contained in:
parent
7dcb3b8aeb
commit
5e6f28d09d
@ -4,6 +4,9 @@
|
||||
# Copyright (c) 2022, Microchip Technology Inc.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_FAMILY_MICROCHIP_MEC
|
||||
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
|
||||
|
||||
if SOC_FAMILY_MICROCHIP_MEC
|
||||
|
||||
menuconfig MCHP_MEC_UNSIGNED_HEADER
|
||||
|
||||
Loading…
Reference in New Issue
Block a user