blob: 702ba1c913c32600d75ef7e2332ef8ff8f5e26a0 [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
Kyösti Mälkki3d15e102016-11-29 16:46:56 +020023 select NO_MMCONF_SUPPORT
Stefan Reinauerb15975b2011-10-21 12:57:59 -070024 select HAVE_DEBUG_RAM_SETUP
Kyösti Mälkki3bf38542014-12-18 22:22:04 +020025 select LATE_CBMEM_INIT
Stefan Reinauerb15975b2011-10-21 12:57:59 -070026
Kyösti Mälkki97c064f2012-04-18 20:33:35 +030027config HW_SCRUBBER
28 bool
29 default n
30
31endif