blob: 4b904f322373dd862cf87ce97c29c3a6b5da4cf2 [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
York Sun6b62ef02016-10-04 18:01:34 -07008 select SYS_FSL_SRDS_1
9 select SYS_HAS_SERDES
York Sund297d392016-12-28 08:43:40 -080010 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
York Sun92c36e22016-12-28 08:43:30 -080014 select SYS_FSL_HAS_SEC
15 select SYS_FSL_SEC_COMPAT_5
York Sunfa4199422016-12-28 08:43:31 -080016 select SYS_FSL_SEC_LE
York Sun4de7e932016-09-26 08:09:29 -070017
York Sun4dd8c612016-10-04 14:31:48 -070018menu "LS102xA architecture"
19 depends on ARCH_LS1021A
20
York Sun4de7e932016-09-26 08:09:29 -070021config LS1_DEEP_SLEEP
York Sunfcd0e742016-10-04 14:31:47 -070022 bool "Deep sleep"
23 depends on ARCH_LS1021A
York Sun4dd8c612016-10-04 14:31:48 -070024
York Sunf188d222016-10-04 14:45:01 -070025config MAX_CPUS
26 int "Maximum number of CPUs permitted for LS102xA"
27 depends on ARCH_LS1021A
28 default 2
29 help
30 Set this number to the maximum number of possible CPUs in the SoC.
31 SoCs may have multiple clusters with each cluster may have multiple
32 ports. If some ports are reserved but higher ports are used for
33 cores, count the reserved ports. This will allocate enough memory
34 in spin table to properly handle all cores.
35
York Sunf64fc5c2016-10-04 18:04:37 -070036config NUM_DDR_CONTROLLERS
37 int "Maximum DDR controllers"
38 default 1
39
York Sundfa93a92016-12-02 09:31:43 -080040config SECURE_BOOT
41 bool "Secure Boot"
42 help
43 Enable Freescale Secure Boot feature. Normally selected
44 by defconfig. If unsure, do not change.
45
York Sun4dd8c612016-10-04 14:31:48 -070046config SYS_FSL_ERRATUM_A010315
47 bool "Workaround for PCIe erratum A010315"
48
York Sun6b62ef02016-10-04 18:01:34 -070049config SYS_FSL_SRDS_1
50 bool
51
52config SYS_FSL_SRDS_2
53 bool
54
55config SYS_HAS_SERDES
56 bool
York Sunf64fc5c2016-10-04 18:04:37 -070057
York Sune7310a32016-10-04 14:45:54 -070058config SYS_FSL_IFC_BANK_COUNT
59 int "Maximum banks of Integrated flash controller"
60 depends on ARCH_LS1021A
61 default 8
62
York Sun1dc61ca2016-12-28 08:43:41 -080063config SYS_FSL_ERRATUM_A008407
64 bool
65
York Sun4dd8c612016-10-04 14:31:48 -070066endmenu