summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/data_fabric/Kconfig
blob: c98bac48ee15e83e9656071325322e5db80d63c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config SOC_AMD_COMMON_BLOCK_DATA_FABRIC
	bool
	help
	  Select this option to add data fabric configuration related
	  functionality to the build.

config SOC_AMD_COMMON_BLOCK_DATA_FABRIC_DOMAIN
	bool
	depends on SOC_AMD_COMMON_BLOCK_DATA_FABRIC
	help
	  Select this option to add functionality to the build to tell the
	  resource allocator about the MMIO regions configured in the data
	  fabric registers so that it knows in which regions it can properly
	  allocate the non-fixed MMIO devices.