Commit 0636b7aa1de19eb6cb6e4bebeeef955c4ee67e51

Authored by Hou Zhiqiang
Committed by Priyanka Jain
1 parent b3a7ea0a13

fsl-layerscape: Kconfig: Select RESV_RAM config if GIC_V3_ITS is enabled

The GIC redistributor tables initialization depends on RESV_RAM config,
so select RESV_RAM if GIC_V3_ITS is enabled.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

arch/arm/cpu/armv8/fsl-layerscape/Kconfig
... ... @@ -46,6 +46,7 @@
46 46 select SYS_FSL_ERRATUM_A009663 if !TFABOOT
47 47 select SYS_FSL_ERRATUM_A009942 if !TFABOOT
48 48 select SYS_FSL_ERRATUM_A050382
  49 + select RESV_RAM if GIC_V3_ITS
49 50 imply PANIC_HANG
50 51  
51 52 config ARCH_LS1043A
... ... @@ -151,6 +152,7 @@
151 152 select SYS_I2C_MXC_I2C2 if !TFABOOT
152 153 select SYS_I2C_MXC_I2C3 if !TFABOOT
153 154 select SYS_I2C_MXC_I2C4 if !TFABOOT
  155 + select RESV_RAM if GIC_V3_ITS
154 156 imply SCSI
155 157 imply PANIC_HANG
156 158  
... ... @@ -201,6 +203,7 @@
201 203 select SYS_I2C_MXC_I2C2 if !TFABOOT
202 204 select SYS_I2C_MXC_I2C3 if !TFABOOT
203 205 select SYS_I2C_MXC_I2C4 if !TFABOOT
  206 + select RESV_RAM if GIC_V3_ITS
204 207 imply DISTRO_DEFAULTS
205 208 imply PANIC_HANG
206 209  
... ... @@ -227,6 +230,7 @@
227 230 select ARCH_EARLY_INIT_R
228 231 select BOARD_EARLY_INIT_F
229 232 select SYS_I2C_MXC
  233 + select RESV_RAM if GIC_V3_ITS
230 234 imply DISTRO_DEFAULTS
231 235 imply PANIC_HANG
232 236 imply SCSI