York Sun | 149eb33 | 2016-09-26 08:09:27 -0700 | [diff] [blame] | 1 | config ARCH_LS1021A |
York Sun | fcd0e74 | 2016-10-04 14:31:47 -0700 | [diff] [blame] | 2 | bool |
York Sun | 149eb33 | 2016-09-26 08:09:27 -0700 | [diff] [blame] | 3 | select SYS_FSL_ERRATUM_A010315 |
York Sun | 4de7e93 | 2016-09-26 08:09:29 -0700 | [diff] [blame] | 4 | |
York Sun | 4dd8c61 | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 5 | menu "LS102xA architecture" |
| 6 | depends on ARCH_LS1021A |
| 7 | |
York Sun | 4de7e93 | 2016-09-26 08:09:29 -0700 | [diff] [blame] | 8 | config LS1_DEEP_SLEEP |
York Sun | fcd0e74 | 2016-10-04 14:31:47 -0700 | [diff] [blame] | 9 | bool "Deep sleep" |
| 10 | depends on ARCH_LS1021A |
York Sun | 4dd8c61 | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 11 | |
York Sun | f188d22 | 2016-10-04 14:45:01 -0700 | [diff] [blame] | 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 | |
York Sun | 4dd8c61 | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 23 | config SYS_FSL_ERRATUM_A010315 |
| 24 | bool "Workaround for PCIe erratum A010315" |
| 25 | |
York Sun | e7310a3 | 2016-10-04 14:45:54 -0700 | [diff] [blame] | 26 | config SYS_FSL_IFC_BANK_COUNT |
| 27 | int "Maximum banks of Integrated flash controller" |
| 28 | depends on ARCH_LS1021A |
| 29 | default 8 |
| 30 | |
York Sun | 4dd8c61 | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 31 | endmenu |