Fixes for building with a different .conf file.
This commit is contained in:
parent
7a59467420
commit
91d8237cab
2 changed files with 6 additions and 4 deletions
|
@ -141,6 +141,12 @@ endmenu
|
||||||
config HEAP_MEM_POOL_SIZE
|
config HEAP_MEM_POOL_SIZE
|
||||||
default 1024
|
default 1024
|
||||||
|
|
||||||
|
config KERNEL_BIN_NAME
|
||||||
|
default "zmk"
|
||||||
|
|
||||||
|
config REBOOT
|
||||||
|
default y
|
||||||
|
|
||||||
module = ZMK
|
module = ZMK
|
||||||
module-str = zmk
|
module-str = zmk
|
||||||
source "subsys/logging/Kconfig.template.log_config"
|
source "subsys/logging/Kconfig.template.log_config"
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
# CONFIG_LOG=y
|
|
||||||
# CONFIG_ZMK_LOG_LEVEL_DBG=y
|
|
||||||
CONFIG_KERNEL_BIN_NAME="zmk"
|
|
||||||
CONFIG_REBOOT=y
|
|
Loading…
Reference in a new issue