blob: a84cda859223dff2315cfe44921c702c417910fe [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
Ran Wang373a7b02017-09-04 18:46:54 +08005 select SYS_FSL_ERRATUM_A008997
Ran Wang1509c8a2017-09-04 18:46:52 +08006 select SYS_FSL_ERRATUM_A009008
York Sun1dc61ca2016-12-28 08:43:41 -08007 select SYS_FSL_ERRATUM_A009663
Ran Wangd2b711b72017-09-04 18:46:53 +08008 select SYS_FSL_ERRATUM_A009798
York Sun1dc61ca2016-12-28 08:43:41 -08009 select SYS_FSL_ERRATUM_A009942
York Sun149eb332016-09-26 08:09:27 -070010 select SYS_FSL_ERRATUM_A010315
Ashish Kumar11234062017-08-11 11:09:14 +053011 select SYS_FSL_HAS_CCI400
York Sun6b62ef02016-10-04 18:01:34 -070012 select SYS_FSL_SRDS_1
13 select SYS_HAS_SERDES
York Sund297d392016-12-28 08:43:40 -080014 select SYS_FSL_DDR_BE if SYS_FSL_DDR
15 select SYS_FSL_DDR_VER_50 if SYS_FSL_DDR
16 select SYS_FSL_HAS_DDR3 if SYS_FSL_DDR
17 select SYS_FSL_HAS_DDR4 if SYS_FSL_DDR
York Sun92c36e22016-12-28 08:43:30 -080018 select SYS_FSL_HAS_SEC
19 select SYS_FSL_SEC_COMPAT_5
York Sunfa4199422016-12-28 08:43:31 -080020 select SYS_FSL_SEC_LE
Simon Glass0e5faf02017-06-14 21:28:21 -060021 imply SCSI
Simon Glassc88a09a2017-08-04 16:34:34 -060022 imply CMD_PCI
York Sun4de7e932016-09-26 08:09:29 -070023
York Sun4dd8c612016-10-04 14:31:48 -070024menu "LS102xA architecture"
25 depends on ARCH_LS1021A
26
Hou Zhiqiangd553bf22016-12-13 14:54:24 +080027config FSL_PCIE_COMPAT
28 string "PCIe compatible of Kernel DT"
29 depends on PCIE_LAYERSCAPE
30 default "fsl,ls1021a-pcie" if ARCH_LS1021A
31 help
32 This compatible is used to find pci controller node in Kernel DT
33 to complete fixup.
34
York Sun4de7e932016-09-26 08:09:29 -070035config LS1_DEEP_SLEEP
York Sunfcd0e742016-10-04 14:31:47 -070036 bool "Deep sleep"
37 depends on ARCH_LS1021A
York Sun4dd8c612016-10-04 14:31:48 -070038
York Sunf188d222016-10-04 14:45:01 -070039config MAX_CPUS
40 int "Maximum number of CPUs permitted for LS102xA"
41 depends on ARCH_LS1021A
42 default 2
43 help
44 Set this number to the maximum number of possible CPUs in the SoC.
45 SoCs may have multiple clusters with each cluster may have multiple
46 ports. If some ports are reserved but higher ports are used for
47 cores, count the reserved ports. This will allocate enough memory
48 in spin table to properly handle all cores.
49
York Sundfa93a92016-12-02 09:31:43 -080050config SECURE_BOOT
51 bool "Secure Boot"
52 help
53 Enable Freescale Secure Boot feature. Normally selected
54 by defconfig. If unsure, do not change.
55
Ashish Kumar11234062017-08-11 11:09:14 +053056config SYS_CCI400_OFFSET
57 hex "Offset for CCI400 base"
58 depends on SYS_FSL_HAS_CCI400
59 default 0x180000
60 help
61 Offset for CCI400 base.
62 CCI400 base addr = CCSRBAR + CCI400_OFFSET
63
Ran Wang373a7b02017-09-04 18:46:54 +080064config SYS_FSL_ERRATUM_A008997
65 bool
66 help
67 Workaround for USB PHY erratum A008997
68
Ran Wang1509c8a2017-09-04 18:46:52 +080069config SYS_FSL_ERRATUM_A009008
70 bool
71 help
72 Workaround for USB PHY erratum A009008
73
Ran Wangd2b711b72017-09-04 18:46:53 +080074config SYS_FSL_ERRATUM_A009798
75 bool
76 help
77 Workaround for USB PHY erratum A009798
78
York Sun4dd8c612016-10-04 14:31:48 -070079config SYS_FSL_ERRATUM_A010315
80 bool "Workaround for PCIe erratum A010315"
81
Ashish Kumar11234062017-08-11 11:09:14 +053082config SYS_FSL_HAS_CCI400
83 bool
84
York Sun6b62ef02016-10-04 18:01:34 -070085config SYS_FSL_SRDS_1
86 bool
87
88config SYS_FSL_SRDS_2
89 bool
90
91config SYS_HAS_SERDES
92 bool
York Sunf64fc5c2016-10-04 18:04:37 -070093
York Sune7310a32016-10-04 14:45:54 -070094config SYS_FSL_IFC_BANK_COUNT
95 int "Maximum banks of Integrated flash controller"
96 depends on ARCH_LS1021A
97 default 8
98
York Sun1dc61ca2016-12-28 08:43:41 -080099config SYS_FSL_ERRATUM_A008407
100 bool
101
York Sun4dd8c612016-10-04 14:31:48 -0700102endmenu