arm: soc: NXP: Enable SEGGER RTT on all NXP SoCs
It seems like SEGGER is supported across all the NXP SoC families so lets enable it across all of them. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
f496fd2a04
commit
ae5e11bebc
4 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
config SOC_FAMILY_IMX
|
||||
bool
|
||||
select HAS_SEGGER_RTT
|
||||
# omit prompt to signify a "hidden" option
|
||||
default n
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
config SOC_FAMILY_KINETIS
|
||||
bool
|
||||
select HAS_SEGGER_RTT
|
||||
# omit prompt to signify a "hidden" option
|
||||
default n
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@ config SOC_MKW24D5
|
|||
select HAS_MCUX_SIM
|
||||
select HAS_OSC
|
||||
select HAS_MCG
|
||||
select HAS_SEGGER_RTT
|
||||
|
||||
config SOC_MKW40Z4
|
||||
bool "SOC_MKW40Z4"
|
||||
|
@ -42,7 +41,6 @@ config SOC_MKW40Z4
|
|||
select HAS_MCUX_TRNG
|
||||
select HAS_OSC
|
||||
select HAS_MCG
|
||||
select HAS_SEGGER_RTT
|
||||
|
||||
config SOC_MKW41Z4
|
||||
bool "SOC_MKW41Z4"
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
config SOC_FAMILY_LPC
|
||||
bool
|
||||
select HAS_SEGGER_RTT
|
||||
# omit prompt to signify a "hidden" option
|
||||
default n
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue