Skip to content

Commit 787ddae

Browse files
masz-nordicrlubos
authored andcommitted
drivers: gpio: nrfe_gpio: add select to backend variants
Backend variants should select required Kconfigs. Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent 4739ae0 commit 787ddae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpio/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ config GPIO_NRFE_EGPIO_BACKEND_MBOX
3434

3535
config GPIO_NRFE_EGPIO_BACKEND_ICMSG
3636
bool "ICMSG"
37+
select IPC_SERVICE_BACKEND_ICMSG
3738
help
3839
Use ICMSG backend driver for SDP GPIO.
3940

4041
config GPIO_NRFE_EGPIO_BACKEND_ICBMSG
4142
bool "ICBMSG"
43+
select IPC_SERVICE_BACKEND_ICBMSG
4244
help
4345
Use ICBMSG backend driver for SDP GPIO.
4446

0 commit comments

Comments
 (0)