aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/Kconfig
diff options
context:
space:
mode:
authorJustArchi <JustArchi@JustArchi.net>2015-12-20 22:51:06 +1100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-12-21 18:18:44 +0100
commitbd826b68f05e721b8be8a8dbe8f556ed7eb4ae54 (patch)
tree2dc844d093c897b740885aa70ab56f500c563b57 /drivers/cpufreq/Kconfig
parent0f555266058d9837069faebced590f4722cb7887 (diff)
downloadkernel_samsung_smdk4412-bd826b68f05e721b8be8a8dbe8f556ed7eb4ae54.zip
kernel_samsung_smdk4412-bd826b68f05e721b8be8a8dbe8f556ed7eb4ae54.tar.gz
kernel_samsung_smdk4412-bd826b68f05e721b8be8a8dbe8f556ed7eb4ae54.tar.bz2
cpufreq: pegasusq: allow keeping at least two cores awake
fixes a2dp issues original commit: https://github.com/ArchiDroid/ArchiKernel/commit/1f5b6449dfddee4bf1528f85d97e250e1431dcd5 Change-Id: If7d5ec882a10d033d71be6c3a310917bf0df9b80
Diffstat (limited to 'drivers/cpufreq/Kconfig')
-rw-r--r--drivers/cpufreq/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index 8112af3..9d4b5dd 100644
--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -17,6 +17,17 @@ config CPU_FREQ
if CPU_FREQ
+config HAS_BLUETOOTH_DEADLOCKS
+ bool "System has bluetooth deadlocks"
+ depends on BT_BCM4334
+ default y
+ help
+ It seems that Android Lollipop introduced a bug which causes an
+ event listener to deadlock when A2DP is used and governor forces
+ only one core to stay awake. This hack prevents such situation by
+ always leaving at least two cores online. I wish we could get rid
+ of this at some point.
+
config CPU_FREQ_TABLE
tristate