From 988a8f1731c63291b05c1fb85ecbe38681031459 Mon Sep 17 00:00:00 2001 From: Emanuele Di Santo Date: Thu, 2 Nov 2023 17:25:03 +0100 Subject: [PATCH] kconfig: modem_battery: move log level in modem_battery menu .. where it belongs. Signed-off-by: Emanuele Di Santo --- lib/modem_battery/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/modem_battery/Kconfig b/lib/modem_battery/Kconfig index 6ee41f5126b9..61db253895e6 100644 --- a/lib/modem_battery/Kconfig +++ b/lib/modem_battery/Kconfig @@ -41,9 +41,9 @@ config MODEM_BATTERY_POFWARN_VOLTAGE default 32 if MODEM_BATTERY_POFWARN_3200 default 33 if MODEM_BATTERY_POFWARN_3300 -endif # MODEM_BATTERY - module = MODEM_BATTERY module-dep = LOG module-str = Modem battery library source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config" + +endif # MODEM_BATTERY