Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59dd3f02 authored by Richard Weinberger's avatar Richard Weinberger Committed by Jassi Brar
Browse files

mailbox: altera: Add dependency on HAS_IOMEM



Not all architectures have io memory.

Fixes:
drivers/built-in.o: In function `altera_mbox_probe':
mailbox-altera.c:(.text+0x409fd2): undefined reference to `devm_ioremap_resource'

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent 030bbdbf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ config PCC

config ALTERA_MBOX
	tristate "Altera Mailbox"
	depends on HAS_IOMEM
	help
	  An implementation of the Altera Mailbox soft core. It is used
	  to send message between processors. Say Y here if you want to use the