Skip to content

Commit

Permalink
[nrf toup][nrfconnect] Removed defaults for child images
Browse files Browse the repository at this point in the history
Due to the sysbuild integration and child images deprecation
the default configuration for child images has been removed.
  • Loading branch information
kkasperczyk-no committed May 29, 2024
1 parent 28ebd43 commit bc0da04
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 411 deletions.
80 changes: 0 additions & 80 deletions config/nrfconnect/chip-module/Kconfig.hci_ipc.defaults

This file was deleted.

21 changes: 0 additions & 21 deletions config/nrfconnect/chip-module/Kconfig.hci_ipc.root

This file was deleted.

144 changes: 0 additions & 144 deletions config/nrfconnect/chip-module/Kconfig.mcuboot.defaults

This file was deleted.

21 changes: 0 additions & 21 deletions config/nrfconnect/chip-module/Kconfig.mcuboot.root

This file was deleted.

80 changes: 0 additions & 80 deletions config/nrfconnect/chip-module/Kconfig.multiprotocol_rpmsg.defaults

This file was deleted.

21 changes: 0 additions & 21 deletions config/nrfconnect/chip-module/Kconfig.multiprotocol_rpmsg.root

This file was deleted.

5 changes: 0 additions & 5 deletions examples/all-clusters-app/nrfconnect/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ get_filename_component(ENERGY_MANAGEMENT_COMMON_DIR ${CHIP_ROOT}/examples/energy

include(${CHIP_ROOT}/config/nrfconnect/app/check-nrfconnect-version.cmake)

# Set Kconfig root files that will be processed as a first Kconfig for used child images.
set(mcuboot_KCONFIG_ROOT ${CHIP_ROOT}/config/nrfconnect/chip-module/Kconfig.mcuboot.root)
set(multiprotocol_rpmsg_KCONFIG_ROOT ${CHIP_ROOT}/config/nrfconnect/chip-module/Kconfig.multiprotocol_rpmsg.root)
set(hci_rpmsg_KCONFIG_ROOT ${CHIP_ROOT}/config/nrfconnect/chip-module/Kconfig.hci_rpmsg.root)

if(DEFINED CONF_FILE AND NOT CONF_FILE STREQUAL "prj.conf")
set(PM_STATIC_YML_FILE ${CMAKE_CURRENT_SOURCE_DIR}/configuration/${BOARD}/pm_static_dfu.yml)
endif()
Expand Down
4 changes: 0 additions & 4 deletions examples/all-clusters-minimal-app/nrfconnect/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ get_filename_component(ALL_CLUSTERS_COMMON_DIR ${CHIP_ROOT}/examples/all-cluster

include(${CHIP_ROOT}/config/nrfconnect/app/check-nrfconnect-version.cmake)

# Set Kconfig root files that will be processed as a first Kconfig for used child images.
set(mcuboot_KCONFIG_ROOT ${CHIP_ROOT}/config/nrfconnect/chip-module/Kconfig.mcuboot.root)
set(multiprotocol_rpmsg_KCONFIG_ROOT ${CHIP_ROOT}/config/nrfconnect/chip-module/Kconfig.multiprotocol_rpmsg.root)

if(DEFINED CONF_FILE AND NOT CONF_FILE STREQUAL "prj.conf")
set(PM_STATIC_YML_FILE ${CMAKE_CURRENT_SOURCE_DIR}/configuration/${BOARD}/pm_static_dfu.yml)
endif()
Expand Down
Loading

0 comments on commit bc0da04

Please sign in to comment.