Commit 0d5b0711 authored by Hou Zhiqiang's avatar Hou Zhiqiang Committed by Priyanka Jain
Browse files

fsl-layerscape: Kconfig: Select RESV_RAM if GIC_V3_ITS



The GIC redistributor tables initialization depends on RESV_RAM config,
so select RESV_RAM if GIC_V3_ITS is enabled.
Signed-off-by: default avatarHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: default avatarWasim Khan <wasim.khan@nxp.com>
Signed-off-by: default avatarPriyanka Jain <priyanka.jain@nxp.com>
parent 90ae2713
...@@ -46,6 +46,7 @@ config ARCH_LS1028A ...@@ -46,6 +46,7 @@ config ARCH_LS1028A
select SYS_FSL_ERRATUM_A009663 if !TFABOOT select SYS_FSL_ERRATUM_A009663 if !TFABOOT
select SYS_FSL_ERRATUM_A009942 if !TFABOOT select SYS_FSL_ERRATUM_A009942 if !TFABOOT
select SYS_FSL_ERRATUM_A050382 select SYS_FSL_ERRATUM_A050382
select RESV_RAM if GIC_V3_ITS
imply PANIC_HANG imply PANIC_HANG
config ARCH_LS1043A config ARCH_LS1043A
...@@ -152,6 +153,7 @@ config ARCH_LS1088A ...@@ -152,6 +153,7 @@ config ARCH_LS1088A
select SYS_I2C_MXC_I2C2 if !TFABOOT select SYS_I2C_MXC_I2C2 if !TFABOOT
select SYS_I2C_MXC_I2C3 if !TFABOOT select SYS_I2C_MXC_I2C3 if !TFABOOT
select SYS_I2C_MXC_I2C4 if !TFABOOT select SYS_I2C_MXC_I2C4 if !TFABOOT
select RESV_RAM if GIC_V3_ITS
imply SCSI imply SCSI
imply PANIC_HANG imply PANIC_HANG
...@@ -202,6 +204,7 @@ config ARCH_LS2080A ...@@ -202,6 +204,7 @@ config ARCH_LS2080A
select SYS_I2C_MXC_I2C2 if !TFABOOT select SYS_I2C_MXC_I2C2 if !TFABOOT
select SYS_I2C_MXC_I2C3 if !TFABOOT select SYS_I2C_MXC_I2C3 if !TFABOOT
select SYS_I2C_MXC_I2C4 if !TFABOOT select SYS_I2C_MXC_I2C4 if !TFABOOT
select RESV_RAM if GIC_V3_ITS
imply DISTRO_DEFAULTS imply DISTRO_DEFAULTS
imply PANIC_HANG imply PANIC_HANG
...@@ -229,6 +232,7 @@ config ARCH_LX2160A ...@@ -229,6 +232,7 @@ config ARCH_LX2160A
select ARCH_EARLY_INIT_R select ARCH_EARLY_INIT_R
select BOARD_EARLY_INIT_F select BOARD_EARLY_INIT_F
select SYS_I2C_MXC select SYS_I2C_MXC
select RESV_RAM if GIC_V3_ITS
imply DISTRO_DEFAULTS imply DISTRO_DEFAULTS
imply PANIC_HANG imply PANIC_HANG
imply SCSI imply SCSI
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment