blob: 601965440cfbb580e3aa17c548c5d093e0b2d565 [file] [log] [blame]
Ronald G. Minnichdc9cabd2009-08-18 17:14:58 +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##
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
Patrick Georgib890a122015-03-26 15:17:45 +010017## Foundation, Inc.
Ronald G. Minnichdc9cabd2009-08-18 17:14:58 +000018##
19
20config SOUTHBRIDGE_VIA_VT8237R
21 bool
Jens Rottmann0d11f2d2010-08-26 12:46:02 +000022 select HAVE_DEBUG_SMBUS
Patrick Georgid5663ba2010-01-18 17:30:36 +000023 select IOAPIC
Ronald G. Minnichdc9cabd2009-08-18 17:14:58 +000024
Stefan Reinauer431a8162012-11-13 13:01:31 -080025if SOUTHBRIDGE_VIA_VT8237R
26
Patrick Georgi05238752009-10-08 15:12:31 +000027config EPIA_VT8237R_INIT
28 bool
29 default n
Rudolf Marek7ba3c4f2010-04-23 20:58:13 +000030
31config BOOTBLOCK_SOUTHBRIDGE_INIT
32 string
33 default "southbridge/via/vt8237r/bootblock.c"
Stefan Reinauer431a8162012-11-13 13:01:31 -080034
35endif