diff options
Diffstat (limited to 'fw/app/Kconfig')
-rw-r--r-- | fw/app/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fw/app/Kconfig b/fw/app/Kconfig new file mode 100644 index 0000000..5393e05 --- /dev/null +++ b/fw/app/Kconfig @@ -0,0 +1,5 @@ +config IOT_CONTACT_REMOTE_UPDATE + bool "Enable the remote update system" + default n + +source "Kconfig.zephyr" |