summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i3100/Kconfig
blob: 7d4f4e52543f9fed2713f1077af6d13cd5fabe84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config NORTHBRIDGE_INTEL_I3100
	bool
	select NO_MMCONF_SUPPORT
	select LATE_CBMEM_INIT
	select UDELAY_IO

if NORTHBRIDGE_INTEL_I3100
config DIMM_MAP_LOGICAL
	hex
	default 0x1248

endif