2016-11-22 15:28:57 +01:00
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Nordic Semiconductor ASA
|
|
|
|
#
|
2017-01-20 20:22:01 -05:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-11-22 15:28:57 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
config HAS_SEGGER_RTT
|
|
|
|
bool
|
2017-04-24 12:43:17 -07:00
|
|
|
|
2018-03-03 16:11:24 -06:00
|
|
|
config SEGGER_SYSTEMVIEW
|
2017-04-24 12:43:17 -07:00
|
|
|
bool
|
|
|
|
prompt "Segger SystemView support"
|
2018-03-03 16:11:24 -06:00
|
|
|
depends on HAS_SEGGER_RTT
|
|
|
|
select RTT_CONSOLE
|