diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-08 21:58:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-08 21:58:33 +0100 |
commit | 84f7a0c034e82d249a64da75843a3f2e107a9c32 (patch) | |
tree | 4d27121f45210c6332b47f7129a1954aa065c391 /target | |
parent | 2cdf620f2df9b10acdaaacc8bf40c10a61f1df55 (diff) |
generic pc normally have ACPI
Diffstat (limited to 'target')
-rw-r--r-- | target/x86/systems/generic-x86 | 1 | ||||
-rw-r--r-- | target/x86_64/systems/generic-x86_64 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/x86/systems/generic-x86 b/target/x86/systems/generic-x86 index 1aacceac4..0dfc43367 100644 --- a/target/x86/systems/generic-x86 +++ b/target/x86/systems/generic-x86 @@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_GENERIC_X86 bool "Generic x86 PC (i686)" select ADK_CPU_I686 select ADK_TARGET_KERNEL_BZIMAGE + select ADK_TARGET_WITH_ACPI select ADK_TARGET_WITH_PCI select ADK_TARGET_WITH_SERIAL select ADK_TARGET_WITH_USB diff --git a/target/x86_64/systems/generic-x86_64 b/target/x86_64/systems/generic-x86_64 index b3fbff63c..1610952a7 100644 --- a/target/x86_64/systems/generic-x86_64 +++ b/target/x86_64/systems/generic-x86_64 @@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_GENERIC_X86_64 bool "Generic x86_64 PC" select ADK_CPU_X86_64 select ADK_TARGET_KERNEL_BZIMAGE + select ADK_TARGET_WITH_ACPI select ADK_TARGET_WITH_PCI select ADK_TARGET_WITH_SERIAL select ADK_TARGET_WITH_USB |