Skip to content

Commit 3d5ef11

Browse files
nordic-seglnordic-piks
authored andcommitted
tests: subsys: event_manager_proxy: Remove APP_INCLUDE_REMOTE_IMAGE
Remove redundant Kconfig. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent d699df2 commit 3d5ef11

File tree

5 files changed

+2
-10
lines changed

5 files changed

+2
-10
lines changed

tests/subsys/event_manager_proxy/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ endmenu
1010

1111
menu "Event manager proxy test settings"
1212

13-
config APP_INCLUDE_REMOTE_IMAGE
14-
bool "Include remote image as sub image"
15-
select PARTITION_MANAGER_ENABLED if SOC_NRF5340_CPUAPP
16-
1713
config APP_SYSTEM_INIT_PRIO
1814
int "The application preparation initializaition priority"
1915
default 0

tests/subsys/event_manager_proxy/boards/nrf5340dk_nrf5340_cpuapp.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
#
66

77
CONFIG_SOC_NRF53_CPUNET_ENABLE=y
8+
CONFIG_PARTITION_MANAGER_ENABLED=y

tests/subsys/event_manager_proxy/boards/nrf5340dk_nrf5340_cpuapp_icmsg.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
#
66

77
CONFIG_SOC_NRF53_CPUNET_ENABLE=y
8+
CONFIG_PARTITION_MANAGER_ENABLED=y

tests/subsys/event_manager_proxy/prj.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,3 @@ CONFIG_REBOOT=n
3131
CONFIG_APP_DATA_EVENT=y
3232
CONFIG_APP_SIMPLE_EVENT=y
3333
CONFIG_APP_TEST_EVENT=y
34-
35-
# Include remote image
36-
CONFIG_APP_INCLUDE_REMOTE_IMAGE=y

tests/subsys/event_manager_proxy/prj_icmsg.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,3 @@ CONFIG_REBOOT=n
3131
CONFIG_APP_DATA_EVENT=y
3232
CONFIG_APP_SIMPLE_EVENT=y
3333
CONFIG_APP_TEST_EVENT=y
34-
35-
# Include remote image
36-
CONFIG_APP_INCLUDE_REMOTE_IMAGE=y

0 commit comments

Comments
 (0)