summaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_lx/Kconfig
blob: 4bcf31bc5785f9f98e9f3e57e3b6bc00bc642454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config CPU_AMD_LX
	bool

config DCACHE_RAM_BASE
	hex
	default 0xc8000
	depends on CPU_AMD_LX

config DCACHE_RAM_SIZE
	hex
	default 0x8000
	depends on CPU_AMD_LX