Skip to content

Commit 65d3b04

Browse files
richardweinbergerJassiBrar
authored andcommitted
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 <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent e9c8dc8 commit 65d3b04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mailbox/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ config STI_MBOX
8181
config MAILBOX_TEST
8282
tristate "Mailbox Test Client"
8383
depends on OF
84+
depends on HAS_IOMEM
8485
help
8586
Test client to help with testing new Controller driver
8687
implementations.

0 commit comments

Comments
 (0)