diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-07-30 06:23:24 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-08-01 20:17:02 +0800 |
commit | 97e12b06af5a1a7401493d98359c49f629c6c4d3 (patch) | |
tree | 2f1e0f91c5c3f24be3d14bcb5306b4753bf38d31 /arch | |
parent | b0e3adf669d5c245bf64d0445285fdd1ba0628d0 (diff) | |
download | u-boot-97e12b06af5a1a7401493d98359c49f629c6c4d3.tar.gz u-boot-97e12b06af5a1a7401493d98359c49f629c6c4d3.tar.xz u-boot-97e12b06af5a1a7401493d98359c49f629c6c4d3.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/cpu/qemu/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig index 6f61744627..ef0fd306cd 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 |