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 | 1dc61ca | 2016-12-28 08:43:41 -0800 | [diff] [blame] | 3 | select SYS_FSL_ERRATUM_A008378 |
| 4 | select SYS_FSL_ERRATUM_A008407 |
| 5 | select SYS_FSL_ERRATUM_A009663 |
| 6 | select SYS_FSL_ERRATUM_A009942 |
York Sun | 149eb33 | 2016-09-26 08:09:27 -0700 | [diff] [blame] | 7 | select SYS_FSL_ERRATUM_A010315 |
York Sun | 6b62ef0 | 2016-10-04 18:01:34 -0700 | [diff] [blame] | 8 | select SYS_FSL_SRDS_1 |
| 9 | select SYS_HAS_SERDES |
York Sun | d297d39 | 2016-12-28 08:43:40 -0800 | [diff] [blame] | 10 | 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 Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 14 | select SYS_FSL_HAS_SEC |
| 15 | select SYS_FSL_SEC_COMPAT_5 |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame] | 16 | select SYS_FSL_SEC_LE |
Simon Glass | 0e5faf0 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 17 | imply SCSI |
Simon Glass | c88a09a | 2017-08-04 16:34:34 -0600 | [diff] [blame^] | 18 | imply CMD_PCI |
York Sun | 4de7e93 | 2016-09-26 08:09:29 -0700 | [diff] [blame] | 19 | |
York Sun | 4dd8c61 | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 20 | menu "LS102xA architecture" |
| 21 | depends on ARCH_LS1021A |
| 22 | |
Hou Zhiqiang | d553bf2 | 2016-12-13 14:54:24 +0800 | [diff] [blame] | 23 | config FSL_PCIE_COMPAT |
| 24 | string "PCIe compatible of Kernel DT" |
| 25 | depends on PCIE_LAYERSCAPE |
| 26 | default "fsl,ls1021a-pcie" if ARCH_LS1021A |
| 27 | help |
| 28 | This compatible is used to find pci controller node in Kernel DT |
| 29 | to complete fixup. |
| 30 | |
York Sun | 4de7e93 | 2016-09-26 08:09:29 -0700 | [diff] [blame] | 31 | config LS1_DEEP_SLEEP |
York Sun | fcd0e74 | 2016-10-04 14:31:47 -0700 | [diff] [blame] | 32 | bool "Deep sleep" |
| 33 | depends on ARCH_LS1021A |
York Sun | 4dd8c61 | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 34 | |
York Sun | f188d22 | 2016-10-04 14:45:01 -0700 | [diff] [blame] | 35 | config MAX_CPUS |
| 36 | int "Maximum number of CPUs permitted for LS102xA" |
| 37 | depends on ARCH_LS1021A |
| 38 | default 2 |
| 39 | help |
| 40 | Set this number to the maximum number of possible CPUs in the SoC. |
| 41 | SoCs may have multiple clusters with each cluster may have multiple |
| 42 | ports. If some ports are reserved but higher ports are used for |
| 43 | cores, count the reserved ports. This will allocate enough memory |
| 44 | in spin table to properly handle all cores. |
| 45 | |
York Sun | dfa93a9 | 2016-12-02 09:31:43 -0800 | [diff] [blame] | 46 | config SECURE_BOOT |
| 47 | bool "Secure Boot" |
| 48 | help |
| 49 | Enable Freescale Secure Boot feature. Normally selected |
| 50 | by defconfig. If unsure, do not change. |
| 51 | |
York Sun | 4dd8c61 | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 52 | config SYS_FSL_ERRATUM_A010315 |
| 53 | bool "Workaround for PCIe erratum A010315" |
| 54 | |
York Sun | 6b62ef0 | 2016-10-04 18:01:34 -0700 | [diff] [blame] | 55 | config SYS_FSL_SRDS_1 |
| 56 | bool |
| 57 | |
| 58 | config SYS_FSL_SRDS_2 |
| 59 | bool |
| 60 | |
| 61 | config SYS_HAS_SERDES |
| 62 | bool |
York Sun | f64fc5c | 2016-10-04 18:04:37 -0700 | [diff] [blame] | 63 | |
York Sun | e7310a3 | 2016-10-04 14:45:54 -0700 | [diff] [blame] | 64 | config SYS_FSL_IFC_BANK_COUNT |
| 65 | int "Maximum banks of Integrated flash controller" |
| 66 | depends on ARCH_LS1021A |
| 67 | default 8 |
| 68 | |
York Sun | 1dc61ca | 2016-12-28 08:43:41 -0800 | [diff] [blame] | 69 | config SYS_FSL_ERRATUM_A008407 |
| 70 | bool |
| 71 | |
York Sun | 4dd8c61 | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 72 | endmenu |