ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / ls102xa / Kconfig
1 config ARCH_LS1021A
2         bool
3         select SYS_FSL_DDR_BE if SYS_FSL_DDR
4         select SYS_FSL_DDR_VER_50 if SYS_FSL_DDR
5         select SYS_FSL_ERRATUM_A008378
6         select SYS_FSL_ERRATUM_A008407
7         select SYS_FSL_ERRATUM_A008850
8         select SYS_FSL_ERRATUM_A008997
9         select SYS_FSL_ERRATUM_A009007
10         select SYS_FSL_ERRATUM_A009008
11         select SYS_FSL_ERRATUM_A009663
12         select SYS_FSL_ERRATUM_A009798
13         select SYS_FSL_ERRATUM_A009942
14         select SYS_FSL_ERRATUM_A010315
15         select SYS_FSL_HAS_CCI400
16         select SYS_FSL_HAS_DDR3 if SYS_FSL_DDR
17         select SYS_FSL_HAS_DDR4 if SYS_FSL_DDR
18         select SYS_FSL_HAS_SEC
19         select SYS_FSL_SEC_COMPAT_5
20         select SYS_FSL_SEC_LE
21         select SYS_FSL_SRDS_1
22         select SYS_HAS_SERDES
23         imply CMD_PCI
24         imply SCSI
25         imply SCSI_AHCI
26
27 menu "LS102xA architecture"
28         depends on ARCH_LS1021A
29
30 config LS1_DEEP_SLEEP
31         bool "Deep sleep"
32
33 config MAX_CPUS
34         int "Maximum number of CPUs permitted for LS102xA"
35         default 2
36         help
37           Set this number to the maximum number of possible CPUs in the SoC.
38           SoCs may have multiple clusters with each cluster may have multiple
39           ports. If some ports are reserved but higher ports are used for
40           cores, count the reserved ports. This will allocate enough memory
41           in spin table to properly handle all cores.
42
43 config NXP_ESBC
44         bool    "NXP_ESBC"
45         help
46                 Enable Freescale Secure Boot feature. Normally selected
47                 by defconfig. If unsure, do not change.
48
49 config SYS_CCI400_OFFSET
50         hex "Offset for CCI400 base"
51         depends on SYS_FSL_HAS_CCI400
52         default 0x180000
53         help
54           Offset for CCI400 base.
55           CCI400 base addr = CCSRBAR + CCI400_OFFSET
56
57 config SYS_FSL_ERRATUM_A008850
58         bool
59         help
60           Workaround for DDR erratum A008850
61
62 config SYS_FSL_ERRATUM_A008997
63         bool
64         help
65           Workaround for USB PHY erratum A008997
66
67 config SYS_FSL_ERRATUM_A009007
68         bool
69         help
70           Workaround for USB PHY erratum A009007
71
72 config SYS_FSL_ERRATUM_A009008
73         bool
74         help
75           Workaround for USB PHY erratum A009008
76
77 config SYS_FSL_ERRATUM_A009798
78         bool
79         help
80           Workaround for USB PHY erratum A009798
81
82 config SYS_FSL_ERRATUM_A010315
83         bool "Workaround for PCIe erratum A010315"
84
85 config SYS_FSL_HAS_CCI400
86         bool
87
88 config SYS_FSL_SRDS_1
89         bool
90
91 config SYS_FSL_SRDS_2
92         bool
93
94 config SYS_HAS_SERDES
95         bool
96
97 config SYS_FSL_IFC_BANK_COUNT
98         int "Maximum banks of Integrated flash controller"
99         default 8
100
101 config SYS_FSL_ERRATUM_A008407
102         bool
103
104 endmenu