diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-25 00:50:42 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-25 00:50:42 -0400 |
commit | 91d8237cab170e16d5a9349c06d15ac6e78e14cd (patch) | |
tree | 9805a86fe4f58cb7a2cec50a2a79252b4496e9e6 /app/Kconfig | |
parent | 7a5946742086ab66dfc197f5925d9533cd9b3c4b (diff) |
Fixes for building with a different .conf file.
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" |