]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/ls102xa/Kconfig
Convert CONFIG_CMD_PCI to Kconfig
[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
5 select SYS_FSL_ERRATUM_A009663
6 select SYS_FSL_ERRATUM_A009942
0a37cf8f 7 select SYS_FSL_ERRATUM_A010315
f534b8f5
YS
8 select SYS_FSL_SRDS_1
9 select SYS_HAS_SERDES
d26e34c4
YS
10 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
2c2e2c9e
YS
14 select SYS_FSL_HAS_SEC
15 select SYS_FSL_SEC_COMPAT_5
90b80386 16 select SYS_FSL_SEC_LE
fedb428c 17 imply SCSI
6500ec7a 18 imply CMD_PCI
5e8bd7e1 19
fb2bf8c2
YS
20menu "LS102xA architecture"
21 depends on ARCH_LS1021A
22
19538f30
HZ
23config FSL_PCIE_COMPAT
24 string "PCIe compatible of Kernel DT"
25 depends on PCIE_LAYERSCAPE
26 default "fsl,ls1021a-pcie" if ARCH_LS1021A
27 help
28 This compatible is used to find pci controller node in Kernel DT
29 to complete fixup.
30
5e8bd7e1 31config LS1_DEEP_SLEEP
4a444176
YS
32 bool "Deep sleep"
33 depends on ARCH_LS1021A
fb2bf8c2 34
b4b60d06
YS
35config MAX_CPUS
36 int "Maximum number of CPUs permitted for LS102xA"
37 depends on ARCH_LS1021A
38 default 2
39 help
40 Set this number to the maximum number of possible CPUs in the SoC.
41 SoCs may have multiple clusters with each cluster may have multiple
42 ports. If some ports are reserved but higher ports are used for
43 cores, count the reserved ports. This will allocate enough memory
44 in spin table to properly handle all cores.
45
72ccd31e
YS
46config SECURE_BOOT
47 bool "Secure Boot"
48 help
49 Enable Freescale Secure Boot feature. Normally selected
50 by defconfig. If unsure, do not change.
51
fb2bf8c2
YS
52config SYS_FSL_ERRATUM_A010315
53 bool "Workaround for PCIe erratum A010315"
54
f534b8f5
YS
55config SYS_FSL_SRDS_1
56 bool
57
58config SYS_FSL_SRDS_2
59 bool
60
61config SYS_HAS_SERDES
62 bool
63
25af7dc1
YS
64config SYS_FSL_IFC_BANK_COUNT
65 int "Maximum banks of Integrated flash controller"
66 depends on ARCH_LS1021A
67 default 8
68
ba1b6fb5
YS
69config SYS_FSL_ERRATUM_A008407
70 bool
71
fb2bf8c2 72endmenu