summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeilun Du <wdu@google.com>2017-11-06 14:18:12 -0800
committerWeilun Du <wdu@google.com>2017-11-07 19:16:03 +0000
commit8ef5513ab12cce12cde43ea0e364eefd4ead15d4 (patch)
tree93902cec86a5728a639aac26ef8182f97202a238
parent724c4e0fc5012c3ae04714c759b2401e786bb805 (diff)
downloadgoldfish-android-goldfish-3.10-l-mr1-dev.tar.gz
ranchu_defconfig: Add kernel configs to enable support for wakelocksandroid-goldfish-3.10-l-mr1-dev
Turn on PM_AUTOSLEEP and PM_WAKELOCKS Change-Id: Iab585bf0467c9aa6c5ec41254164a9140215f85d Signed-off-by: Weilun Du <wdu@google.com>
-rw-r--r--arch/x86/configs/i386_ranchu_defconfig2
-rw-r--r--arch/x86/configs/x86_64_ranchu_defconfig2
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/configs/i386_ranchu_defconfig b/arch/x86/configs/i386_ranchu_defconfig
index 6d2d8388c477..1c797d950bd4 100644
--- a/arch/x86/configs/i386_ranchu_defconfig
+++ b/arch/x86/configs/i386_ranchu_defconfig
@@ -58,6 +58,8 @@ CONFIG_PCCARD=y
CONFIG_YENTA=y
CONFIG_HOTPLUG_PCI=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
+CONFIG_PM_AUTOSLEEP=y
+CONFIG_PM_WAKELOCKS=y
CONFIG_BINFMT_MISC=y
CONFIG_NET=y
CONFIG_PACKET=y
diff --git a/arch/x86/configs/x86_64_ranchu_defconfig b/arch/x86/configs/x86_64_ranchu_defconfig
index f7e3956ae1b1..aa3d76793584 100644
--- a/arch/x86/configs/x86_64_ranchu_defconfig
+++ b/arch/x86/configs/x86_64_ranchu_defconfig
@@ -60,6 +60,8 @@ CONFIG_PCCARD=y
CONFIG_YENTA=y
CONFIG_HOTPLUG_PCI=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
+CONFIG_PM_AUTOSLEEP=y
+CONFIG_PM_WAKELOCKS=y
CONFIG_BINFMT_MISC=y
CONFIG_IA32_EMULATION=y
CONFIG_NET=y