From b1cee625127a9e727937a761a8ab172adf946cc4 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 25 Oct 2017 10:32:29 +0200 Subject: nb/intel/i3100: Don't select UDELAY_IO This partially reverts 2510e2aa "northbridge/intel/i3100: Unify UDELAY selection" which moved all supported boards from UDELAY_TSC to UDELAY_IO. Since UDELAY_IO is the default this changes nothing. Change-Id: I42856e5929a7ba047987414a25cd0ae9712434a7 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/22173 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/northbridge/intel/i3100/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/northbridge') diff --git a/src/northbridge/intel/i3100/Kconfig b/src/northbridge/intel/i3100/Kconfig index 7d4f4e5254..a7c4a1daab 100644 --- a/src/northbridge/intel/i3100/Kconfig +++ b/src/northbridge/intel/i3100/Kconfig @@ -2,7 +2,6 @@ config NORTHBRIDGE_INTEL_I3100 bool select NO_MMCONF_SUPPORT select LATE_CBMEM_INIT - select UDELAY_IO if NORTHBRIDGE_INTEL_I3100 config DIMM_MAP_LOGICAL -- cgit v1.2.3