10 lines
No EOL
191 B
Text
10 lines
No EOL
191 B
Text
# Copyright (c) 2024 PM
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "Zephyr"
|
|
source "Kconfig.zephyr"
|
|
endmenu
|
|
|
|
module = APP
|
|
module-str = APP
|
|
source "subsys/logging/Kconfig.template.log_config" |