]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/ls102xa/Kconfig
Merge git://git.denx.de/u-boot-sunxi
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / ls102xa / Kconfig
CommitLineData
0a37cf8f 1config ARCH_LS1021A
4a444176 2 bool
ba1b6fb5
YS
3 select SYS_FSL_ERRATUM_A008378
4 select SYS_FSL_ERRATUM_A008407
e10d1142 5 select SYS_FSL_ERRATUM_A008997
0e8a4264 6 select SYS_FSL_ERRATUM_A009007
83fa7118 7 select SYS_FSL_ERRATUM_A009008
ba1b6fb5 8 select SYS_FSL_ERRATUM_A009663
c1853f6f 9 select SYS_FSL_ERRATUM_A009798
ba1b6fb5 10 select SYS_FSL_ERRATUM_A009942
0a37cf8f 11 select SYS_FSL_ERRATUM_A010315
63b2316c 12 select SYS_FSL_HAS_CCI400
f534b8f5
YS
13 select SYS_FSL_SRDS_1
14 select SYS_HAS_SERDES
d26e34c4
YS
15 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
2c2e2c9e
YS
19 select SYS_FSL_HAS_SEC
20 select SYS_FSL_SEC_COMPAT_5
90b80386 21 select SYS_FSL_SEC_LE
fedb428c 22 imply SCSI
9fd95ef0 23 imply SCSI_AHCI
6500ec7a 24 imply CMD_PCI
5e8bd7e1 25
fb2bf8c2
YS
26menu "LS102xA architecture"
27 depends on ARCH_LS1021A
28
19538f30
HZ
29config FSL_PCIE_COMPAT
30 string "PCIe compatible of Kernel DT"
31 depends on PCIE_LAYERSCAPE
32 default "fsl,ls1021a-pcie" if ARCH_LS1021A
33 help
34 This compatible is used to find pci controller node in Kernel DT
35 to complete fixup.
36
5e8bd7e1 37config LS1_DEEP_SLEEP
4a444176
YS
38 bool "Deep sleep"
39 depends on ARCH_LS1021A
fb2bf8c2 40
b4b60d06
YS
41config MAX_CPUS
42 int "Maximum number of CPUs permitted for LS102xA"
43 depends on ARCH_LS1021A
44 default 2
45 help
46 Set this number to the maximum number of possible CPUs in the SoC.
47 SoCs may have multiple clusters with each cluster may have multiple
48 ports. If some ports are reserved but higher ports are used for
49 cores, count the reserved ports. This will allocate enough memory
50 in spin table to properly handle all cores.
51
72ccd31e
YS
52config SECURE_BOOT
53 bool "Secure Boot"
54 help
55 Enable Freescale Secure Boot feature. Normally selected
56 by defconfig. If unsure, do not change.
57
63b2316c
AK
58config SYS_CCI400_OFFSET
59 hex "Offset for CCI400 base"
60 depends on SYS_FSL_HAS_CCI400
61 default 0x180000
62 help
63 Offset for CCI400 base.
64 CCI400 base addr = CCSRBAR + CCI400_OFFSET
65
e10d1142
RW
66config SYS_FSL_ERRATUM_A008997
67 bool
68 help
69 Workaround for USB PHY erratum A008997
70
0e8a4264
RW
71config SYS_FSL_ERRATUM_A009007
72 bool
73 help
74 Workaround for USB PHY erratum A009007
75
83fa7118
RW
76config SYS_FSL_ERRATUM_A009008
77 bool
78 help
79 Workaround for USB PHY erratum A009008
80
c1853f6f
RW
81config SYS_FSL_ERRATUM_A009798
82 bool
83 help
84 Workaround for USB PHY erratum A009798
85
fb2bf8c2
YS
86config SYS_FSL_ERRATUM_A010315
87 bool "Workaround for PCIe erratum A010315"
88
63b2316c
AK
89config SYS_FSL_HAS_CCI400
90 bool
91
f534b8f5
YS
92config SYS_FSL_SRDS_1
93 bool
94
95config SYS_FSL_SRDS_2
96 bool
97
98config SYS_HAS_SERDES
99 bool
100
25af7dc1
YS
101config SYS_FSL_IFC_BANK_COUNT
102 int "Maximum banks of Integrated flash controller"
103 depends on ARCH_LS1021A
104 default 8
105
ba1b6fb5
YS
106config SYS_FSL_ERRATUM_A008407
107 bool
108
fb2bf8c2 109endmenu