blob: 8c0e7ab7252d58e12744d35d79e128f0d2f68a68 [file] [log] [blame]
Frank Vibrans420faca2011-02-14 18:42:12 +00001#
2# This file is part of the coreboot project.
3#
Kerry Sheh6811f752012-02-07 20:31:40 +08004# Copyright (C) 2011 - 2012 Advanced Micro Devices, Inc.
Frank Vibrans420faca2011-02-14 18:42:12 +00005#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; version 2 of the License.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18#
19
Kyösti Mälkkif5bb4772012-03-16 15:15:20 +020020config NORTHBRIDGE_AMD_AGESA
21 bool
22 default AMD_AGESA
23
24if NORTHBRIDGE_AMD_AGESA
25
efdesign983f5ebd62011-09-14 13:47:17 -060026config CONSOLE_VGA_MULTI
27 bool
28 default n
29
efdesign98b58640c2011-07-13 17:49:25 -070030source src/northbridge/amd/agesa/family10/Kconfig
efdesign987c0c64e2011-06-20 19:56:06 -070031source src/northbridge/amd/agesa/family12/Kconfig
efdesign9805a89ab2011-06-20 17:38:49 -070032source src/northbridge/amd/agesa/family14/Kconfig
Kerry Sheh6811f752012-02-07 20:31:40 +080033source src/northbridge/amd/agesa/family15/Kconfig
efdesign9805a89ab2011-06-20 17:38:49 -070034
Kyösti Mälkkif5bb4772012-03-16 15:15:20 +020035endif # NORTHBRIDGE_AMD_AGESA