drivers: Define COUNTER_LOG_LEVEL using template

This commit updates counter Kconfig to use logger template to define
COUNTER_LOG_LEVEL option.

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
This commit is contained in:
Piotr Mienkowski 2019-06-11 09:52:36 +02:00 committed by Anas Nashif
commit d41f01d4c7

View file

@ -13,12 +13,9 @@ menuconfig COUNTER
if COUNTER
config COUNTER_LOG_LEVEL
int "Counter log level"
default 0
range 0 4
help
Counter logging level.
module = COUNTER
module-str = counter
source "subsys/logging/Kconfig.template.log_config"
source "drivers/counter/Kconfig.gecko"