summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-07-30 13:23:07 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2017-08-01 12:17:02 (GMT)
commit0ce9c57620a375bf58ae8d9a20698fb295bd1584 (patch)
treea111a2499b1b845ae50dd45b7c72960572bc5bce /arch/Kconfig
parentc3df28f6e2fc7299883f3340475c532f18754585 (diff)
downloadu-boot-fsl-qoriq-0ce9c57620a375bf58ae8d9a20698fb295bd1584.tar.xz
x86: kconfig: Select TIMER and X86_TSC_TIMER
Without a timer, U-Boot just doesn't boot. This is not something we can turn off. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 3701647..7ccdbf7 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -94,6 +94,8 @@ config X86
select DM_GPIO
select DM_SPI
select DM_SPI_FLASH
+ select TIMER
+ select X86_TSC_TIMER
select USB
select USB_EHCI_HCD
imply CMD_FPGA_LOADMK