From e3fd63f264e1f6e2869cf5868e1810dff5641147 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 24 Feb 2016 13:33:45 -0800 Subject: 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 Reviewed-on: https://review.coreboot.org/13784 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/hp/e_vectra_p2706t/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/hp/e_vectra_p2706t/Kconfig') diff --git a/src/mainboard/hp/e_vectra_p2706t/Kconfig b/src/mainboard/hp/e_vectra_p2706t/Kconfig index b3ba155ac4..28594f019d 100644 --- a/src/mainboard/hp/e_vectra_p2706t/Kconfig +++ b/src/mainboard/hp/e_vectra_p2706t/Kconfig @@ -25,7 +25,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SOUTHBRIDGE_INTEL_I82801AX select SUPERIO_NSC_PC87360 select HAVE_PIRQ_TABLE - select UDELAY_TSC select BOARD_ROMSIZE_KB_512 config MAINBOARD_DIR -- cgit v1.2.3