kconfig: Remove unneeded ${ZEPHYR_BASE} from template import

The commit removes, from various Kconfigs, ${ZEPHYR_BASE} in
sourcing of logging template.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2022-03-24 14:10:29 +00:00 committed by Anas Nashif
commit e20f72f7cb
7 changed files with 7 additions and 7 deletions

View file

@ -11,6 +11,6 @@ if BT_BAS
module = BT_BAS
module-str = BAS
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
source "subsys/logging/Kconfig.template.log_config"
endif # BT_BAS

View file

@ -29,6 +29,6 @@ endchoice
module = BT_HRS
module-str = HRS
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
source "subsys/logging/Kconfig.template.log_config"
endif # BT_HRS

View file

@ -10,6 +10,6 @@ if BT_TPS
module = BT_TPS
module-str = TPS
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
source "subsys/logging/Kconfig.template.log_config"
endif # BT_TPS

View file

@ -21,7 +21,7 @@ menuconfig THREAD_ANALYZER
if THREAD_ANALYZER
module = THREAD_ANALYZER
module-str = thread analyzer
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
source "subsys/logging/Kconfig.template.log_config"
choice
prompt "Thread analysis print mode"

View file

@ -15,6 +15,6 @@ rsource "backends/Kconfig"
module = IPC_SERVICE
module-str = IPC service and backend
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
source "subsys/logging/Kconfig.template.log_config"
endif # IPC_SERVICE

View file

@ -121,6 +121,6 @@ config RPMSG_SERVICE_EP_REG_PRIORITY
module = RPMSG_SERVICE
module-str = RPMsg service and backend
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
source "subsys/logging/Kconfig.template.log_config"
endif # RPMSG_SERVICE

View file

@ -377,7 +377,7 @@ config MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE
module=MGMT_SETTINGS
module-dep=LOG
module-str=SETTINGS
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
source "subsys/logging/Kconfig.template.log_config"
endif