summaryrefslogtreecommitdiff
path: root/target/x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-02 20:11:48 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-02 20:11:48 -0500
commitaa2db382b398bd790986c36c7c5e6810918e131a (patch)
treee531b79161a69b54d432570f666e3a32c4a4599a /target/x86
parent5353f9a2d5fa94828179b651e364571446c3ff07 (diff)
add some capabilities to example
Diffstat (limited to 'target/x86')
-rw-r--r--target/x86/systems/generic-pc3
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.