|
#
|
|
# Copyright (c) 2016 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config HAS_SEGGER_RTT
|
|
bool
|
|
prompt "Segger RTT support"
|
|
default n
|
|
|
|
config HAS_SEGGER_SYSTEMVIEW
|
|
bool
|
|
prompt "Segger SystemView support"
|
|
default n
|
|
select HAS_SEGGER_RTT
|