aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_754/Kconfig
blob: 7a353a33c92a6b499f55f3ececa128a5b0813097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
config CPU_AMD_SOCKET_754
	bool

if CPU_AMD_SOCKET_754

config SOCKET_SPECIFIC_OPTIONS
	def_bool y
	select CPU_AMD_MODEL_FXX
	select CACHE_AS_RAM

config CPU_ADDR_BITS
	int
	default 40

config DCACHE_RAM_BASE
	hex
	default 0xc8000

config DCACHE_RAM_SIZE
	hex
	default 0x08000

endif # CPU_AMD_SOCKET_754