blob: 5541c93418ac56f5ab853859fb960fe22acb4658 [file] [log] [blame]
Patrick Georgi0588d192009-08-12 15:00:51 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2008-2009 coresystems GmbH
5##
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##
Patrick Georgi0588d192009-08-12 15:00:51 +000015
16config SOUTHBRIDGE_AMD_AMD8111
17 bool
Patrick Georgid5663ba2010-01-18 17:30:36 +000018 select IOAPIC
Patrick Georgi152738f2012-02-16 19:24:03 +010019 select HAVE_HARD_RESET
Patrick Georgi0588d192009-08-12 15:00:51 +000020
Patrick Georgi1bb68282009-12-31 12:56:53 +000021config BOOTBLOCK_SOUTHBRIDGE_INIT
Uwe Hermann1f7d3c52010-11-26 22:35:11 +000022 string
23 default "southbridge/amd/amd8111/bootblock.c"
24 depends on SOUTHBRIDGE_AMD_AMD8111