aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/cpu/Kconfig
blob: 86cc77194c762ac870d8ad911db3073631db1e7f (plain)
1
2
3
4
5
6
7
8
config SOC_AMD_COMMON_BLOCK_CAR
	bool
	default n
	help
	  This option allows the SOC to use a standard AMD cache-as-ram (CAR)
	  implementation.  CAR setup is built into bootblock and teardown in
	  romstage.  If it is not used the system must implement these functions
	  separately.