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

Commit 65d3b04a authored by Richard Weinberger's avatar Richard Weinberger Committed by Jassi Brar
Browse files

mailbox: Fix dependencies for !HAS_IOMEM archs



Not every arch has io memory.
So, unbreak the build by fixing the dependencies.

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent e9c8dc8b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ config STI_MBOX
config MAILBOX_TEST
	tristate "Mailbox Test Client"
	depends on OF
	depends on HAS_IOMEM
	help
	  Test client to help with testing new Controller driver
	  implementations.