summaryrefslogtreecommitdiff
path: root/configs/xilinx_versal_virt_defconfig
diff options
context:
space:
mode:
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>2022-07-22 11:46:58 +0300
committerMichal Simek <michal.simek@amd.com>2022-07-26 09:36:25 +0300
commit5f53e534ac15ad63ee530a43536b8da6c30cd36d (patch)
treea67d104303d4b9462f24be4fd06342518f91a38f /configs/xilinx_versal_virt_defconfig
parentcce33515010287a5bd7f4b6f9ebce0f56268a7f1 (diff)
downloadu-boot-5f53e534ac15ad63ee530a43536b8da6c30cd36d.tar.xz
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 <ashok.reddy.soma@xilinx.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/20220722084658.30995-6-ashok.reddy.soma@xilinx.com
Diffstat (limited to 'configs/xilinx_versal_virt_defconfig')
-rw-r--r--configs/xilinx_versal_virt_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
index d2490fe7c5..7b5853143e 100644
--- a/configs/xilinx_versal_virt_defconfig
+++ b/configs/xilinx_versal_virt_defconfig
@@ -69,6 +69,8 @@ CONFIG_FPGA_XILINX=y
CONFIG_FPGA_VERSALPL=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_CADENCE=y
+CONFIG_DM_MAILBOX=y
+CONFIG_ZYNQMP_IPI=y
CONFIG_MISC=y
CONFIG_I2C_EEPROM=y
CONFIG_SUPPORT_EMMC_BOOT=y