From a989c106f614e1bd13e830d556a0c8edc7aa8e78 Mon Sep 17 00:00:00 2001 From: Mandeep Singh Baines Date: Wed, 10 Apr 2013 15:38:31 -0700 Subject: [PATCH] CHROMIUM: config: disable rfkill We don't use rfkill in ChromeOS. The rfkill_poll causes 1 wakeup / 5 seconds / per device. BUG=chromium:227114 TEST=More details in the bug. TEST=But I verified that wifi still works and verified that wakeups are reduced. Change-Id: I92aa7fe4e0dbf806fb63ead7f3ba883f79a1a213 Signed-off-by: Mandeep Singh Baines Reviewed-on: https://gerrit.chromium.org/gerrit/47808 Reviewed-by: Paul Stewart Reviewed-by: Sameer Nanda --- chromeos/config/armel/common.config | 1 - chromeos/config/base.config | 4 +--- chromeos/config/i386/common.config | 1 - chromeos/config/x86_64/common.config | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/chromeos/config/armel/common.config b/chromeos/config/armel/common.config index ca40f2516519..1124d46f614d 100644 --- a/chromeos/config/armel/common.config +++ b/chromeos/config/armel/common.config @@ -265,7 +265,6 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y # CONFIG_REGULATOR_TPS6524X is not set # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set -CONFIG_RFKILL_GPIO=m # CONFIG_RFKILL_REGULATOR is not set # CONFIG_RT73USB is not set # CONFIG_RTC_DRV_CMOS is not set diff --git a/chromeos/config/base.config b/chromeos/config/base.config index ea034626e926..348ac39b07a3 100644 --- a/chromeos/config/base.config +++ b/chromeos/config/base.config @@ -1296,9 +1296,7 @@ CONFIG_RD_XZ=y # CONFIG_REISERFS_FS is not set CONFIG_RELAY=y # CONFIG_RESOURCE_COUNTERS is not set -CONFIG_RFKILL=y -# CONFIG_RFKILL_INPUT is not set -CONFIG_RFKILL_LEDS=y +# CONFIG_RFKILL is not set CONFIG_RFS_ACCEL=y CONFIG_RING_BUFFER=y # CONFIG_RING_BUFFER_BENCHMARK is not set diff --git a/chromeos/config/i386/common.config b/chromeos/config/i386/common.config index af5010f58df0..b1049dc37af6 100644 --- a/chromeos/config/i386/common.config +++ b/chromeos/config/i386/common.config @@ -48,7 +48,6 @@ CONFIG_AGP_INTEL=y # CONFIG_AIRO is not set # CONFIG_ALIX is not set CONFIG_AMD_NB=y -# CONFIG_AMILO_RFKILL is not set # CONFIG_APM is not set # CONFIG_APPLE_GMUX is not set # CONFIG_APPLICOM is not set diff --git a/chromeos/config/x86_64/common.config b/chromeos/config/x86_64/common.config index 987044a0ed66..e4ec889ba3c7 100644 --- a/chromeos/config/x86_64/common.config +++ b/chromeos/config/x86_64/common.config @@ -50,7 +50,6 @@ CONFIG_AGP_INTEL=y # CONFIG_ALIM7101_WDT is not set # CONFIG_AMD_IOMMU is not set CONFIG_AMD_NB=y -# CONFIG_AMILO_RFKILL is not set # CONFIG_APPLE_GMUX is not set # CONFIG_APPLICOM is not set CONFIG_ARCH_CLOCKSOURCE_DATA=y -- 2.20.1