From aa2db382b398bd790986c36c7c5e6810918e131a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 2 Jun 2015 20:11:48 -0500 Subject: add some capabilities to example --- target/x86/systems/generic-pc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/x86') 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. -- cgit v1.2.3