soc: logging: move soc tree to new logger

Use the new logger framework for soc related code.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-09-17 10:39:56 -05:00
commit 071c9dc0f3
7 changed files with 36 additions and 44 deletions

View file

@ -10,4 +10,9 @@ menu "Hardware Configuration"
osource "$(SOC_DIR)/$(ARCH)/Kconfig"
osource "$(SOC_DIR)/$(ARCH)/*/Kconfig"
module = SOC
module-str = SOC
source "subsys/logging/Kconfig.template.log_config"
endmenu