arm: Move SYS_FSL_IFC_BANK_COUNT to Kconfig
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / ls102xa / Kconfig
1 config ARCH_LS1021A
2         bool
3         select SYS_FSL_ERRATUM_A010315
4
5 menu "LS102xA architecture"
6         depends on ARCH_LS1021A
7
8 config LS1_DEEP_SLEEP
9         bool "Deep sleep"
10         depends on ARCH_LS1021A
11
12 config MAX_CPUS
13         int "Maximum number of CPUs permitted for LS102xA"
14         depends on ARCH_LS1021A
15         default 2
16         help
17           Set this number to the maximum number of possible CPUs in the SoC.
18           SoCs may have multiple clusters with each cluster may have multiple
19           ports. If some ports are reserved but higher ports are used for
20           cores, count the reserved ports. This will allocate enough memory
21           in spin table to properly handle all cores.
22
23 config SYS_FSL_ERRATUM_A010315
24         bool "Workaround for PCIe erratum A010315"
25
26 config SYS_FSL_IFC_BANK_COUNT
27         int "Maximum banks of Integrated flash controller"
28         depends on ARCH_LS1021A
29         default 8
30
31 endmenu