blob: 90d99e6cc30ed05e1b44cd2b6b7b7446e2216774 [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
Ashish Kumar11234062017-08-11 11:09:14 +05308 select SYS_FSL_HAS_CCI400
York Sun6b62ef02016-10-04 18:01:34 -07009 select SYS_FSL_SRDS_1
10 select SYS_HAS_SERDES
York Sund297d392016-12-28 08:43:40 -080011 select SYS_FSL_DDR_BE if SYS_FSL_DDR
12 select SYS_FSL_DDR_VER_50 if SYS_FSL_DDR
13 select SYS_FSL_HAS_DDR3 if SYS_FSL_DDR
14 select SYS_FSL_HAS_DDR4 if SYS_FSL_DDR
York Sun92c36e22016-12-28 08:43:30 -080015 select SYS_FSL_HAS_SEC
16 select SYS_FSL_SEC_COMPAT_5
York Sunfa4199422016-12-28 08:43:31 -080017 select SYS_FSL_SEC_LE
Simon Glass0e5faf02017-06-14 21:28:21 -060018 imply SCSI
Simon Glassc88a09a2017-08-04 16:34:34 -060019 imply CMD_PCI
York Sun4de7e932016-09-26 08:09:29 -070020
York Sun4dd8c612016-10-04 14:31:48 -070021menu "LS102xA architecture"
22 depends on ARCH_LS1021A
23
Hou Zhiqiangd553bf22016-12-13 14:54:24 +080024config FSL_PCIE_COMPAT
25 string "PCIe compatible of Kernel DT"
26 depends on PCIE_LAYERSCAPE
27 default "fsl,ls1021a-pcie" if ARCH_LS1021A
28 help
29 This compatible is used to find pci controller node in Kernel DT
30 to complete fixup.
31
York Sun4de7e932016-09-26 08:09:29 -070032config LS1_DEEP_SLEEP
York Sunfcd0e742016-10-04 14:31:47 -070033 bool "Deep sleep"
34 depends on ARCH_LS1021A
York Sun4dd8c612016-10-04 14:31:48 -070035
York Sunf188d222016-10-04 14:45:01 -070036config MAX_CPUS
37 int "Maximum number of CPUs permitted for LS102xA"
38 depends on ARCH_LS1021A
39 default 2
40 help
41 Set this number to the maximum number of possible CPUs in the SoC.
42 SoCs may have multiple clusters with each cluster may have multiple
43 ports. If some ports are reserved but higher ports are used for
44 cores, count the reserved ports. This will allocate enough memory
45 in spin table to properly handle all cores.
46
York Sundfa93a92016-12-02 09:31:43 -080047config SECURE_BOOT
48 bool "Secure Boot"
49 help
50 Enable Freescale Secure Boot feature. Normally selected
51 by defconfig. If unsure, do not change.
52
Ashish Kumar11234062017-08-11 11:09:14 +053053config SYS_CCI400_OFFSET
54 hex "Offset for CCI400 base"
55 depends on SYS_FSL_HAS_CCI400
56 default 0x180000
57 help
58 Offset for CCI400 base.
59 CCI400 base addr = CCSRBAR + CCI400_OFFSET
60
York Sun4dd8c612016-10-04 14:31:48 -070061config SYS_FSL_ERRATUM_A010315
62 bool "Workaround for PCIe erratum A010315"
63
Ashish Kumar11234062017-08-11 11:09:14 +053064config SYS_FSL_HAS_CCI400
65 bool
66
York Sun6b62ef02016-10-04 18:01:34 -070067config SYS_FSL_SRDS_1
68 bool
69
70config SYS_FSL_SRDS_2
71 bool
72
73config SYS_HAS_SERDES
74 bool
York Sunf64fc5c2016-10-04 18:04:37 -070075
York Sune7310a32016-10-04 14:45:54 -070076config SYS_FSL_IFC_BANK_COUNT
77 int "Maximum banks of Integrated flash controller"
78 depends on ARCH_LS1021A
79 default 8
80
York Sun1dc61ca2016-12-28 08:43:41 -080081config SYS_FSL_ERRATUM_A008407
82 bool
83
York Sun4dd8c612016-10-04 14:31:48 -070084endmenu