diff options
Diffstat (limited to 'drivers/net/fsl-mc/Kconfig')
| -rw-r--r-- | drivers/net/fsl-mc/Kconfig | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/drivers/net/fsl-mc/Kconfig b/drivers/net/fsl-mc/Kconfig index 25a2cb8ffa9..2cf651d3b3e 100644 --- a/drivers/net/fsl-mc/Kconfig +++ b/drivers/net/fsl-mc/Kconfig @@ -22,4 +22,16 @@ config SYS_MC_RSV_MEM_ALIGN  	  Reserved memory needs to be aligned for MC to use. Default value  	  is 512MB. +config MC_DRAM_SPB_OFFSET +	hex "Soft Parser SPB DRAM offset" +	default 0x00F40000 +	help +	  Set the DRAM offset for Soft Parser Blob. + +config MC_SPB_MAX_SIZE +	hex "Soft Parser SPB maximum size" +	default 0x00020000 +	help +	  Set the maximum size for Soft Parser Blob. +  endif # FSL_MC_ENET | 
