Skip to content

Commit 0ae05f2

Browse files
[nrf toup][nrfconnect] Removed defaults for child images
Due to the sysbuild integration and child images deprecation the default configuration for child images has been removed.
1 parent 28ebd43 commit 0ae05f2

File tree

16 files changed

+0
-411
lines changed

16 files changed

+0
-411
lines changed

config/nrfconnect/chip-module/Kconfig.hci_ipc.defaults

-80
This file was deleted.

config/nrfconnect/chip-module/Kconfig.hci_ipc.root

-21
This file was deleted.

config/nrfconnect/chip-module/Kconfig.mcuboot.defaults

-144
This file was deleted.

config/nrfconnect/chip-module/Kconfig.mcuboot.root

-21
This file was deleted.

config/nrfconnect/chip-module/Kconfig.multiprotocol_rpmsg.defaults

-80
This file was deleted.

config/nrfconnect/chip-module/Kconfig.multiprotocol_rpmsg.root

-21
This file was deleted.

examples/all-clusters-app/nrfconnect/CMakeLists.txt

-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ get_filename_component(ENERGY_MANAGEMENT_COMMON_DIR ${CHIP_ROOT}/examples/energy
2323

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

26-
# Set Kconfig root files that will be processed as a first Kconfig for used child images.
27-
set(mcuboot_KCONFIG_ROOT ${CHIP_ROOT}/config/nrfconnect/chip-module/Kconfig.mcuboot.root)
28-
set(multiprotocol_rpmsg_KCONFIG_ROOT ${CHIP_ROOT}/config/nrfconnect/chip-module/Kconfig.multiprotocol_rpmsg.root)
29-
set(hci_rpmsg_KCONFIG_ROOT ${CHIP_ROOT}/config/nrfconnect/chip-module/Kconfig.hci_rpmsg.root)
30-
3126
if(DEFINED CONF_FILE AND NOT CONF_FILE STREQUAL "prj.conf")
3227
set(PM_STATIC_YML_FILE ${CMAKE_CURRENT_SOURCE_DIR}/configuration/${BOARD}/pm_static_dfu.yml)
3328
endif()

examples/all-clusters-minimal-app/nrfconnect/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ get_filename_component(ALL_CLUSTERS_COMMON_DIR ${CHIP_ROOT}/examples/all-cluster
2222

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

25-
# Set Kconfig root files that will be processed as a first Kconfig for used child images.
26-
set(mcuboot_KCONFIG_ROOT ${CHIP_ROOT}/config/nrfconnect/chip-module/Kconfig.mcuboot.root)
27-
set(multiprotocol_rpmsg_KCONFIG_ROOT ${CHIP_ROOT}/config/nrfconnect/chip-module/Kconfig.multiprotocol_rpmsg.root)
28-
2925
if(DEFINED CONF_FILE AND NOT CONF_FILE STREQUAL "prj.conf")
3026
set(PM_STATIC_YML_FILE ${CMAKE_CURRENT_SOURCE_DIR}/configuration/${BOARD}/pm_static_dfu.yml)
3127
endif()

0 commit comments

Comments
 (0)