commit | 97e12b06af5a1a7401493d98359c49f629c6c4d3 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Jul 30 06:23:24 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Aug 01 20:17:02 2017 +0800 |
tree | 2f1e0f91c5c3f24be3d14bcb5306b4753bf38d31 | |
parent | b0e3adf669d5c245bf64d0445285fdd1ba0628d0 [diff] [blame] |
x86: qemu: kconfig: Imply platform specific drivers Imply Qemu-specific drivers in the platform Kconfig. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig index 6f61744..ef0fd30 100644 --- a/arch/x86/cpu/qemu/Kconfig +++ b/arch/x86/cpu/qemu/Kconfig
@@ -7,6 +7,10 @@ config QEMU bool select ARCH_EARLY_INIT_R + imply ENV_IS_NOWHERE + imply E1000 + imply SYS_NS16550 + imply VIDEO_VESA if QEMU