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:
parent
29d112c0ff
commit
8640f7be8b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue