blob: 2cf651d3b3ee982b44ef79f9cec283ba032b4d47 [file] [log] [blame]
Florinel Iordache1bad9912019-05-15 09:09:21 +00001#
2# NXP Management Complex
3#
4
5menuconfig 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
15if FSL_MC_ENET
16
17config 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 Iordache1990cc72019-11-19 10:28:17 +000025config 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
31config 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 Iordache1bad9912019-05-15 09:09:21 +000037endif # FSL_MC_ENET