89c866ab68
This commit adds the DFM (DevAlert target side code) module and moves the TraceRecorder module into the percepio module, which results in the TraceRecorder module definition being removed from the west manufest and module definition within zephyr. Signed-off-by: Aron Lander <aron.lander@percepio.com>
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
# Zephyr module config for percepio.
|
|
# The real Kconfig for the module is located in the module repository,
|
|
# this file is to ensure ZEPHYR_PERCEPIO_MODULE is defined also when the
|
|
# module is unavailable.
|
|
|
|
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ZEPHYR_PERCEPIO_MODULE
|
|
bool
|