Skip to content

Commit

Permalink
mailbox: Fix dependencies for !HAS_IOMEM archs
Browse files Browse the repository at this point in the history
Not every arch has io memory.
So, unbreak the build by fixing the dependencies.

Signed-off-by: Richard Weinberger <[email protected]>
Signed-off-by: Jassi Brar <[email protected]>
  • Loading branch information
richardweinberger authored and JassiBrar committed Feb 2, 2016
1 parent e9c8dc8 commit 65d3b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mailbox/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 65d3b04

Please sign in to comment.