diff options
Diffstat (limited to 'target/x86/systems')
-rw-r--r-- | target/x86/systems/generic-pc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/x86/systems/generic-pc b/target/x86/systems/generic-pc index c1f286b1e..34113d801 100644 --- a/target/x86/systems/generic-pc +++ b/target/x86/systems/generic-pc @@ -2,6 +2,9 @@ config ADK_TARGET_SYSTEM_GENERIC_PC bool "Generic PC" select ADK_CPU_I686 select ADK_TARGET_KERNEL_BZIMAGE + select ADK_TARGET_WITH_PCI + select ADK_TARGET_WITH_SERIAL + select ADK_TARGET_WITH_USB select ADK_PACKAGE_GRUB help Example config for generic i686 based PC. |