1config ARCH_LS1021A 2 bool 3 select SYS_FSL_ERRATUM_A008378 4 select SYS_FSL_ERRATUM_A008407 5 select SYS_FSL_ERRATUM_A009663 6 select SYS_FSL_ERRATUM_A009942 7 select SYS_FSL_ERRATUM_A010315 8 select SYS_FSL_SRDS_1 9 select SYS_HAS_SERDES 10 select SYS_FSL_DDR_BE if SYS_FSL_DDR 11 select SYS_FSL_DDR_VER_50 if SYS_FSL_DDR 12 select SYS_FSL_HAS_DDR3 if SYS_FSL_DDR 13 select SYS_FSL_HAS_DDR4 if SYS_FSL_DDR 14 select SYS_FSL_HAS_SEC 15 select SYS_FSL_SEC_COMPAT_5 16 select SYS_FSL_SEC_LE 17 18menu "LS102xA architecture" 19 depends on ARCH_LS1021A 20 21config LS1_DEEP_SLEEP 22 bool "Deep sleep" 23 depends on ARCH_LS1021A 24 25config MAX_CPUS 26 int "Maximum number of CPUs permitted for LS102xA" 27 depends on ARCH_LS1021A 28 default 2 29 help 30 Set this number to the maximum number of possible CPUs in the SoC. 31 SoCs may have multiple clusters with each cluster may have multiple 32 ports. If some ports are reserved but higher ports are used for 33 cores, count the reserved ports. This will allocate enough memory 34 in spin table to properly handle all cores. 35 36config SECURE_BOOT 37 bool "Secure Boot" 38 help 39 Enable Freescale Secure Boot feature. Normally selected 40 by defconfig. If unsure, do not change. 41 42config SYS_FSL_ERRATUM_A010315 43 bool "Workaround for PCIe erratum A010315" 44 45config SYS_FSL_SRDS_1 46 bool 47 48config SYS_FSL_SRDS_2 49 bool 50 51config SYS_HAS_SERDES 52 bool 53 54config SYS_FSL_IFC_BANK_COUNT 55 int "Maximum banks of Integrated flash controller" 56 depends on ARCH_LS1021A 57 default 8 58 59config SYS_FSL_ERRATUM_A008407 60 bool 61 62endmenu 63