diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-02-24 13:33:45 -0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-03-13 00:46:55 +0100 |
commit | e3fd63f264e1f6e2869cf5868e1810dff5641147 (patch) | |
tree | 8c47722ba432db52850738723567547ad555b956 /src/northbridge | |
parent | 63db6142b6198fc3d6660e58228eeedd2eac59bd (diff) | |
download | coreboot-e3fd63f264e1f6e2869cf5868e1810dff5641147.tar.xz |
northbridge/intel/i82810: Unify UDELAY selection
Instead of manually including udelay_io.c in each romstage,
select UDELAY_IO for all i810 boards in the chipset.
Change-Id: Ifda7dcfdf37b6affce838ee96ca6382b2d4be8c3
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/13784
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/i82810/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/i82810/Kconfig b/src/northbridge/intel/i82810/Kconfig index 72f94d6d60..428505cc60 100644 --- a/src/northbridge/intel/i82810/Kconfig +++ b/src/northbridge/intel/i82810/Kconfig @@ -17,6 +17,7 @@ config NORTHBRIDGE_INTEL_I82810 bool select HAVE_DEBUG_RAM_SETUP select LATE_CBMEM_INIT + select UDELAY_IO choice prompt "Onboard graphics" |