blob: 8ef1a360132e0ff9af8642a0cd7a31f5cf94ba6a [file] [log] [blame]
Kyösti Mälkki97c064f2012-04-18 20:33:35 +03001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2007-2012 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
17## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18##
19
Kyösti Mälkki0a0d5e82011-10-31 14:18:33 +020020config NORTHBRIDGE_INTEL_E7505
Stefan Reinauerb15975b2011-10-21 12:57:59 -070021 bool
Kyösti Mälkki97c064f2012-04-18 20:33:35 +030022
23if NORTHBRIDGE_INTEL_E7505
24
25config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
26 def_bool y
Stefan Reinauerb15975b2011-10-21 12:57:59 -070027 select HAVE_DEBUG_RAM_SETUP
28
Kyösti Mälkki97c064f2012-04-18 20:33:35 +030029config HW_SCRUBBER
30 bool
31 default n
32
33endif