From: Richard Weinberger Date: Mon, 25 Jan 2016 22:24:09 +0000 (+0100) Subject: mailbox: Fix dependencies for !HAS_IOMEM archs X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=65d3b04a814679a31fe4d5edd19d89dd5b94fd40;p=linux-beck.git mailbox: Fix dependencies for !HAS_IOMEM archs Not every arch has io memory. So, unbreak the build by fixing the dependencies. Signed-off-by: Richard Weinberger Signed-off-by: Jassi Brar --- diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 546d05f4358a..b2bbe8659bed 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig @@ -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.