Use HAS_ Kconfig option as intended, those are invisible option that signify support of a certain feature that can be selected by a hardware or platform. For RTT and system view this was not dont in an inconsistent way. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
17 lines
256 B
Plaintext
17 lines
256 B
Plaintext
#
|
|
# Copyright (c) 2016 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config HAS_SEGGER_RTT
|
|
bool
|
|
default n
|
|
|
|
config SEGGER_SYSTEMVIEW
|
|
bool
|
|
prompt "Segger SystemView support"
|
|
default n
|
|
depends on HAS_SEGGER_RTT
|
|
select RTT_CONSOLE
|