aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/Kconfig
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2016-01-25 23:24:09 +0100
committerJassi Brar <jaswinder.singh@linaro.org>2016-02-02 16:47:14 +0530
commit65d3b04a814679a31fe4d5edd19d89dd5b94fd40 (patch)
treea34176c5d1f1bef6b913d4c37fe99ad6daebfdbe /drivers/mailbox/Kconfig
parentmailbox: pcc: fix channel calculation in get_pcc_channel() (diff)
downloadlinux-dev-65d3b04a814679a31fe4d5edd19d89dd5b94fd40.tar.xz
linux-dev-65d3b04a814679a31fe4d5edd19d89dd5b94fd40.zip
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 <richard@nod.at> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'drivers/mailbox/Kconfig')
-rw-r--r--drivers/mailbox/Kconfig1
1 files changed, 1 insertions, 0 deletions
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.