1#
2# NXP Management Complex
3#
4
5menuconfig FSL_MC_ENET
6	bool "NXP Management Complex"
7	depends on ARCH_LS2080A || ARCH_LS1088A || ARCH_LX2160A || ARCH_LX2162A
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 || ARCH_LX2162A
21	help
22	  Reserved memory needs to be aligned for MC to use. Default value
23	  is 512MB.
24
25config 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
37endif # FSL_MC_ENET
38