Florinel Iordache | 1bad991 | 2019-05-15 09:09:21 +0000 | [diff] [blame] | 1 | # |
| 2 | # NXP Management Complex |
| 3 | # |
| 4 | |
| 5 | menuconfig FSL_MC_ENET |
| 6 | bool "NXP Management Complex" |
| 7 | depends on ARCH_LS2080A || ARCH_LS1088A || ARCH_LX2160A |
| 8 | default y |
| 9 | select RESV_RAM |
| 10 | help |
| 11 | Enable Management Complex (MC) network |
| 12 | This is NXP Management Complex menuconfig |
| 13 | that contains all MC related config options |
| 14 | |
| 15 | if FSL_MC_ENET |
| 16 | |
| 17 | config SYS_MC_RSV_MEM_ALIGN |
| 18 | hex "Management Complex reserved memory alignment" |
| 19 | depends on RESV_RAM |
| 20 | default 0x20000000 if ARCH_LS2080A || ARCH_LS1088A || ARCH_LX2160A |
| 21 | help |
| 22 | Reserved memory needs to be aligned for MC to use. Default value |
| 23 | is 512MB. |
| 24 | |
Florinel Iordache | 1990cc7 | 2019-11-19 10:28:17 +0000 | [diff] [blame] | 25 | config MC_DRAM_SPB_OFFSET |
| 26 | hex "Soft Parser SPB DRAM offset" |
| 27 | default 0x00F40000 |
| 28 | help |
| 29 | Set the DRAM offset for Soft Parser Blob. |
| 30 | |
| 31 | config MC_SPB_MAX_SIZE |
| 32 | hex "Soft Parser SPB maximum size" |
| 33 | default 0x00020000 |
| 34 | help |
| 35 | Set the maximum size for Soft Parser Blob. |
| 36 | |
Florinel Iordache | 1bad991 | 2019-05-15 09:09:21 +0000 | [diff] [blame] | 37 | endif # FSL_MC_ENET |