From 8640f7be8b5857a4b0e1f70f178a1b25dfffbb29 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Mon, 10 Apr 2023 21:46:51 +0200 Subject: [PATCH] drivers: rtc: add RTC driver log level configuration Add Kconfig for setting the RTC driver log level. Signed-off-by: Henrik Brix Andersen --- drivers/rtc/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 5c4d70e5759..e406fc41a7e 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -8,6 +8,10 @@ menuconfig RTC if RTC +module = RTC +module-str = rtc +source "subsys/logging/Kconfig.template.log_config" + config RTC_INIT_PRIORITY int "RTC init priority" default KERNEL_INIT_PRIORITY_DEVICE