Skip to content

Commit d3fac0b

Browse files
danieldegrassedkalowsk
authored andcommitted
soc: nxp: mcx: do not select HAS_SEGGER_RTT unless segger module is present
Do not select HAS_SEGGER_RTT unless the segger module is present. This avoids a Kconfig error when SEGGER's debug module is not present in the west manifest Fixes #80529 Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent cd9ddc9 commit d3fac0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

soc/nxp/mcx/mcxa/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
config SOC_SERIES_MCXA
5-
select HAS_SEGGER_RTT
5+
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
66
select CLOCK_CONTROL
77
select ARM
88
select HAS_MCUX

soc/nxp/mcx/mcxn/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
config SOC_SERIES_MCXN
5-
select HAS_SEGGER_RTT
5+
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
66
select CLOCK_CONTROL
77
select ARM
88
select HAS_MCUX

0 commit comments

Comments
 (0)