mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 08:47:20 +00:00
read, update status trigger flashing erase image bank Module is intended to be use by a higher-level image management protocol module. Signed-off-by: Fabio Utzig <utzig@apache.org> Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
29 lines
469 B
Plaintext
29 lines
469 B
Plaintext
# Kconfig - Subsystem configuration options
|
|
#
|
|
# Copyright (c) 2016-2017 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
source "subsys/bluetooth/Kconfig"
|
|
|
|
source "subsys/console/Kconfig"
|
|
|
|
source "subsys/cpp/Kconfig"
|
|
|
|
source "subsys/debug/Kconfig"
|
|
|
|
source "subsys/disk/Kconfig"
|
|
|
|
source "subsys/fs/Kconfig"
|
|
|
|
source "subsys/logging/Kconfig"
|
|
|
|
source "subsys/net/Kconfig"
|
|
|
|
source "subsys/shell/Kconfig"
|
|
|
|
source "subsys/usb/Kconfig"
|
|
|
|
source "subsys/dfu/Kconfig"
|