soc: Only select HAS_SEGGER_RTT if module is available
This prevents configuration errors if a board is configured when the SoC indicates segger RTT support but the segger module is not available. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
d497ca0089
commit
794ab10827
18 changed files with 19 additions and 19 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
config SOC_FAMILY_LPC
|
||||
bool
|
||||
select HAS_SEGGER_RTT
|
||||
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
|
||||
|
||||
if SOC_FAMILY_LPC
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue