Kconfig 900 B

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