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/galileo_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/galileo_defconfig') diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index 3612350e53..0604aa76a5 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -24,6 +24,7 @@ CONFIG_DM_PCI=y CONFIG_DM_RTC=y CONFIG_SYS_NS16550=y CONFIG_ICH_SPI=y +CONFIG_TIMER=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USE_PRIVATE_LIBGCC=y -- cgit v1.2.1