blob: b056fa7d4ce94fd08966856b83a46522b1301b4b [file] [log] [blame]
Kyösti Mälkki97c064f2012-04-18 20:33:35 +03001##
2## This file is part of the coreboot project.
3##
Kyösti Mälkki97c064f2012-04-18 20:33:35 +03004##
5## This program is free software; you can redistribute it and/or modify
6## it under the terms of the GNU General Public License as published by
7## the Free Software Foundation; version 2 of the License.
8##
9## This program is distributed in the hope that it will be useful,
10## but WITHOUT ANY WARRANTY; without even the implied warranty of
11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12## GNU General Public License for more details.
13##
Kyösti Mälkki97c064f2012-04-18 20:33:35 +030014
Kyösti Mälkki0a0d5e82011-10-31 14:18:33 +020015config NORTHBRIDGE_INTEL_E7505
Stefan Reinauerb15975b2011-10-21 12:57:59 -070016 bool
Kyösti Mälkki97c064f2012-04-18 20:33:35 +030017
18if NORTHBRIDGE_INTEL_E7505
19
20config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
21 def_bool y
Kyösti Mälkki3d15e102016-11-29 16:46:56 +020022 select NO_MMCONF_SUPPORT
Stefan Reinauerb15975b2011-10-21 12:57:59 -070023 select HAVE_DEBUG_RAM_SETUP
24
Kyösti Mälkki97c064f2012-04-18 20:33:35 +030025endif