diff options
| author | Padmarao Begari <[email protected]> | 2026-02-26 10:28:01 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2026-03-23 14:58:46 +0100 |
| commit | 1dcaeffc9ca3c74b059711b82d01f03f37b46d6e (patch) | |
| tree | 5c6f526268913d09a9348d1c054445810135ded3 | |
| parent | 79a647c6b7d2a52108bbc2cf8dce2eeb6198f025 (diff) | |
arm64: versal2: Enable GIC600 support
Add and enable the GIC600 support configuration by default for
Versal Gen 2.
Signed-off-by: Padmarao Begari <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/e3135eee33282281572fbc960aa45b5d0f355158.1772098079.git.michal.simek@amd.com
| -rw-r--r-- | arch/arm/mach-versal2/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-versal2/Kconfig b/arch/arm/mach-versal2/Kconfig index 2a595151d6f..d1d8cbb815f 100644 --- a/arch/arm/mach-versal2/Kconfig +++ b/arch/arm/mach-versal2/Kconfig @@ -43,6 +43,9 @@ config SYS_MEM_RSVD_FOR_MMU config GICV3 def_bool y +config GICV3_SUPPORT_GIC600 + def_bool y + config SYS_MALLOC_LEN default 0x2000000 |
