diff options
Diffstat (limited to 'arch/x86/cpu/qemu/Kconfig')
| -rw-r--r-- | arch/x86/cpu/qemu/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig index 6808c9a6b9a..da378128fec 100644 --- a/arch/x86/cpu/qemu/Kconfig +++ b/arch/x86/cpu/qemu/Kconfig @@ -6,6 +6,13 @@ config QEMU bool + select ARCH_EARLY_INIT_R + imply AHCI_PCI + imply E1000 + imply SYS_NS16550 + imply USB + imply USB_EHCI_HCD + imply VIDEO_VESA if QEMU |
