blob: 4a54bc076d8485eb3b08c4cd03b151bc81aada65 [file] [log] [blame]
Kyösti Mälkki7b73e8522022-11-08 04:43:41 +00001# SPDX-License-Identifier: GPL-2.0-only
2
3config NORTHBRIDGE_INTEL_E7505
4 bool
5
6if NORTHBRIDGE_INTEL_E7505
7
8config NORTHBRIDGE_SPECIFIC_OPTIONS
9 def_bool y
10 select NO_ECAM_MMCONF_SUPPORT
11 select HAVE_DEBUG_RAM_SETUP
12 select NO_CBFS_MCACHE
13
14endif