Skip to content

Commit 0e4ed48

Browse files
geertuJassi Brar
authored andcommitted
mailbox: ARM_MHU_V3 should depend on ARM64
The ARM MHUv3 controller is only present on ARM64 SoCs. Hence add a dependency on ARM64, to prevent asking the user about this driver when configuring a kernel for a different architecture than ARM64. Fixes: ca1a868 ("mailbox: arm_mhuv3: Add driver") Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Sudeep Holla <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent da3ea35 commit 0e4ed48

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
@@ -25,6 +25,7 @@ config ARM_MHU_V2
2525

2626
config ARM_MHU_V3
2727
tristate "ARM MHUv3 Mailbox"
28+
depends on ARM64 || COMPILE_TEST
2829
depends on HAS_IOMEM || COMPILE_TEST
2930
depends on OF
3031
help

0 commit comments

Comments
 (0)