From 80af39842e64a44258ab5eb913659e29fc319903 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Fri, 13 Nov 2015 00:11:22 -0800 Subject: x86: Convert to use driver model timer Convert all x86 boards to use driver model tsc timer. Signed-off-by: Bin Meng Acked-by: Simon Glass --- configs/efi-x86_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/efi-x86_defconfig') diff --git a/configs/efi-x86_defconfig b/configs/efi-x86_defconfig index 2daab36b3b..3b810468a1 100644 --- a/configs/efi-x86_defconfig +++ b/configs/efi-x86_defconfig @@ -14,4 +14,6 @@ CONFIG_DEBUG_EFI_CONSOLE=y CONFIG_DEBUG_UART_BASE=0 CONFIG_DEBUG_UART_CLOCK=0 CONFIG_ICH_SPI=y +# CONFIG_X86_SERIAL is not set +CONFIG_TIMER=y CONFIG_EFI=y -- cgit v1.2.3