diff options
| author | Ashok Reddy Soma <[email protected]> | 2022-07-22 02:46:58 -0600 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2022-07-26 08:36:25 +0200 |
| commit | 5f53e534ac15ad63ee530a43536b8da6c30cd36d (patch) | |
| tree | a67d104303d4b9462f24be4fd06342518f91a38f /drivers/mailbox | |
| parent | cce33515010287a5bd7f4b6f9ebce0f56268a7f1 (diff) | |
arm64: versal: Enable power domain driver and its dependencies
Enable power domain driver to configure pmufw config object and request
node for all the IP's that are enabled in DT.
This driver depends on mailbox and IPI driver, hence enable them as well.
Add ARCH_VERSAL in the depends on of mailbox Kconfig to compile for
Versal platforms.
Signed-off-by: Ashok Reddy Soma <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/mailbox')
| -rw-r--r-- | drivers/mailbox/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 73db2af0b81..acbdce11b7c 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig @@ -54,7 +54,7 @@ config K3_SEC_PROXY config ZYNQMP_IPI bool "Xilinx ZynqMP IPI controller support" - depends on DM_MAILBOX && ARCH_ZYNQMP + depends on DM_MAILBOX && (ARCH_ZYNQMP || ARCH_VERSAL) help This enables support for the Xilinx ZynqMP Inter Processor Interrupt communication controller. |
