drivers: rtc: add RTC driver log level configuration

Add Kconfig for setting the RTC driver log level.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2023-04-10 21:46:51 +02:00 committed by Carles Cufí
commit 8640f7be8b

View file

@ -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