diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-23 14:45:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-23 14:45:40 +0200 |
commit | 22277d5d907ee371411382491ee98ceb473416fe (patch) | |
tree | 2f1108f4fdd7b1e28a2e31dbffae5d1668bc4944 /target/linux/config/Config.in.pm | |
parent | bf89ff6c79e76b23d153cead09754e68dbe59983 (diff) | |
parent | abbe92443043e4ea376870b8e921f326bee72a51 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.pm')
-rw-r--r-- | target/linux/config/Config.in.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.pm b/target/linux/config/Config.in.pm index 2f90df20c..0c59194a9 100644 --- a/target/linux/config/Config.in.pm +++ b/target/linux/config/Config.in.pm @@ -37,6 +37,7 @@ config ADK_HARDWARE_ACPI select ADK_KERNEL_ACPI_FAN select ADK_KERNEL_ACPI_DOCK default y if ADK_TARGET_SYSTEM_IBM_X40 + default y if ADK_NATIVE_SYSTEM_IBM_X40 default n help Enable ACPI support. @@ -46,6 +47,7 @@ config ADK_KERNEL_SUSPEND boolean select ADK_KERNEL_PM default y if ADK_TARGET_SYSTEM_IBM_X40 + default y if ADK_NATIVE_SYSTEM_IBM_X40 default n help Enable Suspend-to-RAM and Suspend-to-Disk support. |