blob: c1faac06db81d585ccc0130ad82667bec10323f2 [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##
Kyösti Mälkki97c064f2012-04-18 20:33:35 +030015
Kyösti Mälkki0a0d5e82011-10-31 14:18:33 +020016config NORTHBRIDGE_INTEL_E7505
Stefan Reinauerb15975b2011-10-21 12:57:59 -070017 bool
Kyösti Mälkki97c064f2012-04-18 20:33:35 +030018
19if NORTHBRIDGE_INTEL_E7505
20
21config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
22 def_bool y
Stefan Reinauerb15975b2011-10-21 12:57:59 -070023 select HAVE_DEBUG_RAM_SETUP
Kyösti Mälkki3bf38542014-12-18 22:22:04 +020024 select LATE_CBMEM_INIT
Stefan Reinauerb15975b2011-10-21 12:57:59 -070025
Kyösti Mälkki97c064f2012-04-18 20:33:35 +030026config HW_SCRUBBER
27 bool
28 default n
29
30endif