projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9c8dc8
)
mailbox: Fix dependencies for !HAS_IOMEM archs
author
Richard Weinberger
<richard@nod.at>
Mon, 25 Jan 2016 22:24:09 +0000
(23:24 +0100)
committer
Jassi Brar
<jaswinder.singh@linaro.org>
Tue, 2 Feb 2016 11:17:14 +0000
(16:47 +0530)
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>
drivers/mailbox/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mailbox/Kconfig
b/drivers/mailbox/Kconfig
index 546d05f4358a7c452ee80366b3ae782e685fd7ef..b2bbe8659beda5ad8182b5f4ff7bbefeda970459 100644
(file)
--- 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.