diff options
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index 997409e..21cc91c 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -141,6 +141,12 @@ endmenu config HEAP_MEM_POOL_SIZE default 1024 +config KERNEL_BIN_NAME + default "zmk" + +config REBOOT + default y + module = ZMK module-str = zmk source "subsys/logging/Kconfig.template.log_config" |