1# Zephyr module config for percepio. 2# The real Kconfig for the module is located in the module repository, 3# this file is to ensure ZEPHYR_PERCEPIO_MODULE is defined also when the 4# module is unavailable. 5 6# Copyright (c) 2021 Nordic Semiconductor ASA 7# SPDX-License-Identifier: Apache-2.0 8 9config ZEPHYR_PERCEPIO_MODULE 10 bool 11