Skip to content

Commit 03653cc

Browse files
masz-nordicrlubos
authored andcommitted
tests: drivers: gpio: nrfe: align to changes in Kconfig
Use new Kconfig names. Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent 246cd91 commit 03653cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SB_CONFIG_PARTITION_MANAGER=n
22
SB_CONFIG_SDP=y
3-
SB_CONFIG_EGPIO_FLPR_APPLICATION=y
3+
SB_CONFIG_SDP_GPIO=y

tests/drivers/gpio/egpio_basic_api/testcase.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tests:
1616
integration_platforms:
1717
- nrf54l15dk/nrf54l15/cpuapp
1818
sysbuild: true
19-
extra_args: SB_CONFIG_EGPIO_BACKEND_ICMSG=y
19+
extra_args: SB_CONFIG_SDP_GPIO_BACKEND_ICMSG=y
2020

2121
drivers.egpio.loopback_icbmsg:
2222
min_flash: 64
@@ -25,7 +25,7 @@ tests:
2525
integration_platforms:
2626
- nrf54l15dk/nrf54l15/cpuapp
2727
sysbuild: true
28-
extra_args: SB_CONFIG_EGPIO_BACKEND_ICBMSG=y
28+
extra_args: SB_CONFIG_SDP_GPIO_BACKEND_ICBMSG=y
2929

3030
drivers.egpio.loopback_mbox:
3131
min_flash: 64
@@ -34,4 +34,4 @@ tests:
3434
integration_platforms:
3535
- nrf54l15dk/nrf54l15/cpuapp
3636
sysbuild: true
37-
extra_args: SB_CONFIG_EGPIO_BACKEND_MBOX=y
37+
extra_args: SB_CONFIG_SDP_GPIO_BACKEND_MBOX=y

0 commit comments

Comments
 (0)