blob: b61f3cdcded1ece1b8a8af7b5973fb79dc674cc6 [file] [log] [blame]
York Sun149eb332016-09-26 08:09:27 -07001config ARCH_LS1021A
York Sunfcd0e742016-10-04 14:31:47 -07002 bool
York Sun1dc61ca2016-12-28 08:43:41 -08003 select SYS_FSL_ERRATUM_A008378
4 select SYS_FSL_ERRATUM_A008407
5 select SYS_FSL_ERRATUM_A009663
6 select SYS_FSL_ERRATUM_A009942
York Sun149eb332016-09-26 08:09:27 -07007 select SYS_FSL_ERRATUM_A010315
York Sun6b62ef02016-10-04 18:01:34 -07008 select SYS_FSL_SRDS_1
9 select SYS_HAS_SERDES
York Sund297d392016-12-28 08:43:40 -080010 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
York Sun92c36e22016-12-28 08:43:30 -080014 select SYS_FSL_HAS_SEC
15 select SYS_FSL_SEC_COMPAT_5
York Sunfa4199422016-12-28 08:43:31 -080016 select SYS_FSL_SEC_LE
York Sun4de7e932016-09-26 08:09:29 -070017
York Sun4dd8c612016-10-04 14:31:48 -070018menu "LS102xA architecture"
19 depends on ARCH_LS1021A
20
Hou Zhiqiangd553bf22016-12-13 14:54:24 +080021config FSL_PCIE_COMPAT
22 string "PCIe compatible of Kernel DT"
23 depends on PCIE_LAYERSCAPE
24 default "fsl,ls1021a-pcie" if ARCH_LS1021A
25 help
26 This compatible is used to find pci controller node in Kernel DT
27 to complete fixup.
28
York Sun4de7e932016-09-26 08:09:29 -070029config LS1_DEEP_SLEEP
York Sunfcd0e742016-10-04 14:31:47 -070030 bool "Deep sleep"
31 depends on ARCH_LS1021A
York Sun4dd8c612016-10-04 14:31:48 -070032
York Sunf188d222016-10-04 14:45:01 -070033config MAX_CPUS
34 int "Maximum number of CPUs permitted for LS102xA"
35 depends on ARCH_LS1021A
36 default 2
37 help
38 Set this number to the maximum number of possible CPUs in the SoC.
39 SoCs may have multiple clusters with each cluster may have multiple
40 ports. If some ports are reserved but higher ports are used for
41 cores, count the reserved ports. This will allocate enough memory
42 in spin table to properly handle all cores.
43
York Sundfa93a92016-12-02 09:31:43 -080044config SECURE_BOOT
45 bool "Secure Boot"
46 help
47 Enable Freescale Secure Boot feature. Normally selected
48 by defconfig. If unsure, do not change.
49
York Sun4dd8c612016-10-04 14:31:48 -070050config SYS_FSL_ERRATUM_A010315
51 bool "Workaround for PCIe erratum A010315"
52
York Sun6b62ef02016-10-04 18:01:34 -070053config SYS_FSL_SRDS_1
54 bool
55
56config SYS_FSL_SRDS_2
57 bool
58
59config SYS_HAS_SERDES
60 bool
York Sunf64fc5c2016-10-04 18:04:37 -070061
York Sune7310a32016-10-04 14:45:54 -070062config SYS_FSL_IFC_BANK_COUNT
63 int "Maximum banks of Integrated flash controller"
64 depends on ARCH_LS1021A
65 default 8
66
York Sun1dc61ca2016-12-28 08:43:41 -080067config SYS_FSL_ERRATUM_A008407
68 bool
69
York Sun4dd8c612016-10-04 14:31:48 -070070endmenu