soc: silabs_exx32: register 'soc' logger module

'soc' logger module may be used by any SoC related code located in soc/.
An implementation file requiring logger services should include
LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL);
to use the 'soc' logger instance.

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
This commit is contained in:
Piotr Mienkowski 2019-02-13 11:05:17 +01:00 committed by Kumar Gala
parent d3adba8379
commit df04f7c050

View file

@ -18,6 +18,10 @@
#include <arch/cpu.h>
#include <cortex_m/exc.h>
#include <logging/log.h>
LOG_MODULE_REGISTER(soc, CONFIG_SOC_LOG_LEVEL);
#ifdef CONFIG_CMU_HFCLK_HFXO
/**
* @brief Initialization parameters for the external high frequency oscillator