blob: cd949fa547f9fad113c5827f082222d49586efe5 [file] [log] [blame]
Frank Vibrans420faca2011-02-14 18:42:12 +00001#
2# This file is part of the coreboot project.
3#
Patrick Georgic49d7a32020-05-08 22:50:46 +02004# SPDX-License-Identifier: GPL-2.0-only
Frank Vibrans420faca2011-02-14 18:42:12 +00005
efdesign9805a89ab2011-06-20 17:38:49 -07006config CPU_AMD_AGESA_FAMILY14
Frank Vibrans420faca2011-02-14 18:42:12 +00007 bool
Aaron Durbin57686f82013-03-20 15:50:59 -05008 select X86_AMD_FIXED_MTRRS
Frank Vibrans420faca2011-02-14 18:42:12 +00009
Kyösti Mälkki8b95c132013-07-07 11:30:48 +030010if CPU_AMD_AGESA_FAMILY14
11
Frank Vibrans420faca2011-02-14 18:42:12 +000012config CPU_ADDR_BITS
13 int
14 default 36
Frank Vibrans420faca2011-02-14 18:42:12 +000015
Kyösti Mälkki8b95c132013-07-07 11:30:48 +030016endif