blob: 20e2b1a50abf77b614a8c80fbff1297125e5a2b7 [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 Wang2eb48982017-09-04 18:46:55 +08006 select SYS_FSL_ERRATUM_A009007
Ran Wang1509c8a2017-09-04 18:46:52 +08007 select SYS_FSL_ERRATUM_A009008
York Sun1dc61ca2016-12-28 08:43:41 -08008 select SYS_FSL_ERRATUM_A009663
Ran Wangd2b711b72017-09-04 18:46:53 +08009 select SYS_FSL_ERRATUM_A009798
York Sun1dc61ca2016-12-28 08:43:41 -080010 select SYS_FSL_ERRATUM_A009942
York Sun149eb332016-09-26 08:09:27 -070011 select SYS_FSL_ERRATUM_A010315
Ashish Kumar11234062017-08-11 11:09:14 +053012 select SYS_FSL_HAS_CCI400
York Sun6b62ef02016-10-04 18:01:34 -070013 select SYS_FSL_SRDS_1
14 select SYS_HAS_SERDES
York Sund297d392016-12-28 08:43:40 -080015 select SYS_FSL_DDR_BE if SYS_FSL_DDR
16 select SYS_FSL_DDR_VER_50 if SYS_FSL_DDR
17 select SYS_FSL_HAS_DDR3 if SYS_FSL_DDR
18 select SYS_FSL_HAS_DDR4 if SYS_FSL_DDR
York Sun92c36e22016-12-28 08:43:30 -080019 select SYS_FSL_HAS_SEC
20 select SYS_FSL_SEC_COMPAT_5
York Sunfa4199422016-12-28 08:43:31 -080021 select SYS_FSL_SEC_LE
Simon Glass0e5faf02017-06-14 21:28:21 -060022 imply SCSI
Simon Glassc88a09a2017-08-04 16:34:34 -060023 imply CMD_PCI
York Sun4de7e932016-09-26 08:09:29 -070024
York Sun4dd8c612016-10-04 14:31:48 -070025menu "LS102xA architecture"
26 depends on ARCH_LS1021A
27
Hou Zhiqiangd553bf22016-12-13 14:54:24 +080028config FSL_PCIE_COMPAT
29 string "PCIe compatible of Kernel DT"
30 depends on PCIE_LAYERSCAPE
31 default "fsl,ls1021a-pcie" if ARCH_LS1021A
32 help
33 This compatible is used to find pci controller node in Kernel DT
34 to complete fixup.
35
York Sun4de7e932016-09-26 08:09:29 -070036config LS1_DEEP_SLEEP
York Sunfcd0e742016-10-04 14:31:47 -070037 bool "Deep sleep"
38 depends on ARCH_LS1021A
York Sun4dd8c612016-10-04 14:31:48 -070039
York Sunf188d222016-10-04 14:45:01 -070040config MAX_CPUS
41 int "Maximum number of CPUs permitted for LS102xA"
42 depends on ARCH_LS1021A
43 default 2
44 help
45 Set this number to the maximum number of possible CPUs in the SoC.
46 SoCs may have multiple clusters with each cluster may have multiple
47 ports. If some ports are reserved but higher ports are used for
48 cores, count the reserved ports. This will allocate enough memory
49 in spin table to properly handle all cores.
50
York Sundfa93a92016-12-02 09:31:43 -080051config SECURE_BOOT
52 bool "Secure Boot"
53 help
54 Enable Freescale Secure Boot feature. Normally selected
55 by defconfig. If unsure, do not change.
56
Ashish Kumar11234062017-08-11 11:09:14 +053057config SYS_CCI400_OFFSET
58 hex "Offset for CCI400 base"
59 depends on SYS_FSL_HAS_CCI400
60 default 0x180000
61 help
62 Offset for CCI400 base.
63 CCI400 base addr = CCSRBAR + CCI400_OFFSET
64
Ran Wang373a7b02017-09-04 18:46:54 +080065config SYS_FSL_ERRATUM_A008997
66 bool
67 help
68 Workaround for USB PHY erratum A008997
69
Ran Wang2eb48982017-09-04 18:46:55 +080070config SYS_FSL_ERRATUM_A009007
71 bool
72 help
73 Workaround for USB PHY erratum A009007
74
Ran Wang1509c8a2017-09-04 18:46:52 +080075config SYS_FSL_ERRATUM_A009008
76 bool
77 help
78 Workaround for USB PHY erratum A009008
79
Ran Wangd2b711b72017-09-04 18:46:53 +080080config SYS_FSL_ERRATUM_A009798
81 bool
82 help
83 Workaround for USB PHY erratum A009798
84
York Sun4dd8c612016-10-04 14:31:48 -070085config SYS_FSL_ERRATUM_A010315
86 bool "Workaround for PCIe erratum A010315"
87
Ashish Kumar11234062017-08-11 11:09:14 +053088config SYS_FSL_HAS_CCI400
89 bool
90
York Sun6b62ef02016-10-04 18:01:34 -070091config SYS_FSL_SRDS_1
92 bool
93
94config SYS_FSL_SRDS_2
95 bool
96
97config SYS_HAS_SERDES
98 bool
York Sunf64fc5c2016-10-04 18:04:37 -070099
York Sune7310a32016-10-04 14:45:54 -0700100config SYS_FSL_IFC_BANK_COUNT
101 int "Maximum banks of Integrated flash controller"
102 depends on ARCH_LS1021A
103 default 8
104
York Sun1dc61ca2016-12-28 08:43:41 -0800105config SYS_FSL_ERRATUM_A008407
106 bool
107
York Sun4dd8c612016-10-04 14:31:48 -0700108endmenu