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 | 6b62ef0 | 2016-10-04 18:01:34 -0700 | [diff] [blame^] | 4 | select SYS_FSL_SRDS_1 |
| 5 | select SYS_HAS_SERDES |
York Sun | 4de7e93 | 2016-09-26 08:09:29 -0700 | [diff] [blame] | 6 | |
York Sun | 4dd8c61 | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 7 | menu "LS102xA architecture" |
| 8 | depends on ARCH_LS1021A |
| 9 | |
York Sun | 4de7e93 | 2016-09-26 08:09:29 -0700 | [diff] [blame] | 10 | config LS1_DEEP_SLEEP |
York Sun | fcd0e74 | 2016-10-04 14:31:47 -0700 | [diff] [blame] | 11 | bool "Deep sleep" |
| 12 | depends on ARCH_LS1021A |
York Sun | 4dd8c61 | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 13 | |
York Sun | f188d22 | 2016-10-04 14:45:01 -0700 | [diff] [blame] | 14 | config MAX_CPUS |
| 15 | int "Maximum number of CPUs permitted for LS102xA" |
| 16 | depends on ARCH_LS1021A |
| 17 | default 2 |
| 18 | help |
| 19 | Set this number to the maximum number of possible CPUs in the SoC. |
| 20 | SoCs may have multiple clusters with each cluster may have multiple |
| 21 | ports. If some ports are reserved but higher ports are used for |
| 22 | cores, count the reserved ports. This will allocate enough memory |
| 23 | in spin table to properly handle all cores. |
| 24 | |
York Sun | 4dd8c61 | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 25 | config SYS_FSL_ERRATUM_A010315 |
| 26 | bool "Workaround for PCIe erratum A010315" |
| 27 | |
York Sun | 6b62ef0 | 2016-10-04 18:01:34 -0700 | [diff] [blame^] | 28 | config SYS_FSL_SRDS_1 |
| 29 | bool |
| 30 | |
| 31 | config SYS_FSL_SRDS_2 |
| 32 | bool |
| 33 | |
| 34 | config SYS_HAS_SERDES |
| 35 | bool |
| 36 | |
York Sun | e7310a3 | 2016-10-04 14:45:54 -0700 | [diff] [blame] | 37 | config SYS_FSL_IFC_BANK_COUNT |
| 38 | int "Maximum banks of Integrated flash controller" |
| 39 | depends on ARCH_LS1021A |
| 40 | default 8 |
| 41 | |
York Sun | 4dd8c61 | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 42 | endmenu |