| 12345678910 | 
							- # Zephyr module config for TraceRecorder.
 
- # The real Kconfig for the module is located in the module repository,
 
- # this file is to ensure ZEPHYR_TRACERECORDER_MODULE is defined also when the
 
- # module is unavailable.
 
- # Copyright (c) 2021 Nordic Semiconductor ASA
 
- # SPDX-License-Identifier: Apache-2.0
 
- config ZEPHYR_TRACERECORDER_MODULE
 
- 	bool
 
 
  |