1 2if TARGET_LS1043ARDB 3 4config SYS_BOARD 5 default "ls1043ardb" 6 7config SYS_VENDOR 8 default "freescale" 9 10config SYS_SOC 11 default "fsl-layerscape" 12 13config SYS_CONFIG_NAME 14 default "ls1043ardb" 15 16config SYS_HAS_ARMV8_SECURE_BASE 17 bool "Enable secure address for PSCI image" 18 depends on ARMV8_PSCI 19 default n 20 help 21 PSCI image can be re-located to secure RAM. 22 If enabled, please also define the value for ARMV8_SECURE_BASE, 23 for LS1043ARDB, it could be some address in OCRAM. 24 25source "board/freescale/common/Kconfig" 26 27endif 28