Skip to content

Commit

Permalink
samples: ipc: Remove stale configuration
Browse files Browse the repository at this point in the history
Removes stale Kcofig options related to childimage
build system.

Jira: NCSDK-24593

Signed-off-by: Kamil Gawor <[email protected]>
  • Loading branch information
KAGA164 authored and rlubos committed May 28, 2024
1 parent f399a1f commit cd13ec7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions samples/ipc/ipc_service/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,3 @@

source "Kconfig.zephyr"
rsource "Kconfig.common"

if SOC_SERIES_NRF53X

config APP_INCLUDE_REMOTE_IMAGE
bool "Include remote image as sub image"
default y
select PARTITION_MANAGER_ENABLED

config APP_REMOTE_BOARD
string "The name of the CORE to be used by remote image"
default "nrf5340dk/nrf5340/cpunet"
depends on APP_INCLUDE_REMOTE_IMAGE

endif # SOC_SERIES_NRF53X

0 comments on commit cd13ec7

Please sign in to comment.