mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
arm64: versal: Enable reset driver for versal
Add CONFIG_DM_RESET and CONFIG_RESET_ZYNQMP configs in versal default configuration to enable support for reset driver for versal platform. Signed-off-by: Michal Simek <michal.simek@amd.com> Signed-off-by: T Karthik Reddy <t.karthik.reddy@amd.com> Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> Link: https://lore.kernel.org/r/20220720095959.29610-3-ashok.reddy.soma@xilinx.com
This commit is contained in:
parent
9df5081740
commit
c0ce59aaac
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ CONFIG_PHY_GIGE=y
|
|||
CONFIG_XILINX_AXIEMAC=y
|
||||
CONFIG_XILINX_AXIMRMAC=y
|
||||
CONFIG_ZYNQ_GEM=y
|
||||
CONFIG_DM_RESET=y
|
||||
CONFIG_RESET_ZYNQMP=y
|
||||
CONFIG_ARM_DCC=y
|
||||
CONFIG_PL01X_SERIAL=y
|
||||
CONFIG_XILINX_UARTLITE=y
|
||||
|
|
Loading…
Reference in a new issue