diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-07-30 06:23:07 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-08-01 20:17:02 +0800 |
commit | 0ce9c57620a375bf58ae8d9a20698fb295bd1584 (patch) | |
tree | a111a2499b1b845ae50dd45b7c72960572bc5bce /configs/qemu-x86_64_defconfig | |
parent | c3df28f6e2fc7299883f3340475c532f18754585 (diff) |
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 'configs/qemu-x86_64_defconfig')
-rw-r--r-- | configs/qemu-x86_64_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/qemu-x86_64_defconfig b/configs/qemu-x86_64_defconfig index 30d4d245192..4c1689ab184 100644 --- a/configs/qemu-x86_64_defconfig +++ b/configs/qemu-x86_64_defconfig @@ -70,7 +70,6 @@ CONFIG_DM_RTC=y CONFIG_DEBUG_UART_BASE=0x3f8 CONFIG_DEBUG_UART_CLOCK=1843200 CONFIG_SYS_NS16550=y -CONFIG_TIMER=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y |