Skip to content

Commit

Permalink
Revert "Add CPUquiet"
Browse files Browse the repository at this point in the history
This reverts commit 9cfd027.
  • Loading branch information
javilonas committed Jun 15, 2015
1 parent 3f765f1 commit 181745f
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 3,298 deletions.
2 changes: 0 additions & 2 deletions arch/arm/Kconfig
Expand Up @@ -2250,8 +2250,6 @@ endif

source "drivers/cpuidle/Kconfig"

source "drivers/cpuquiet/Kconfig"

endmenu

config CPU_FREQ_MSM
Expand Down
17 changes: 0 additions & 17 deletions arch/arm/configs/apq8084_sec_defconfig
Expand Up @@ -909,20 +909,3 @@ CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_FREEZER=y

#
# CPUQuiet hotplugging framework
#
CONFIG_CPU_QUIET=y
CONFIG_CPU_QUIET_STATS=y
# CONFIG_CPU_QUIET_GOVERNOR_USERSPACE is not set
# CONFIG_CPU_QUIET_GOVERNOR_BALANCED is not set
# CONFIG_CPU_QUIET_GOVERNOR_RUNNABLE is not set
CONFIG_CPU_QUIET_GOVERNOR_RQBALANCE=y
# CONFIG_CPU_QUIET_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_QUIET_DEFAULT_GOV_BALANCED is not set
# CONFIG_CPU_QUIET_DEFAULT_GOV_RUNNABLE is not set
CONFIG_CPU_QUIET_DEFAULT_GOV_RQBALANCE=y
CONFIG_CPU_QUIET_MSM=y
CONFIG_CPU_FREQ_MSM=y

15 changes: 0 additions & 15 deletions arch/arm/configs/lonas_defconfig
Expand Up @@ -730,21 +730,6 @@ CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set

#
# CPUQuiet hotplugging framework
#
CONFIG_CPU_QUIET=y
CONFIG_CPU_QUIET_STATS=y
# CONFIG_CPU_QUIET_GOVERNOR_USERSPACE is not set
# CONFIG_CPU_QUIET_GOVERNOR_BALANCED is not set
# CONFIG_CPU_QUIET_GOVERNOR_RUNNABLE is not set
CONFIG_CPU_QUIET_GOVERNOR_RQBALANCE=y
# CONFIG_CPU_QUIET_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_QUIET_DEFAULT_GOV_BALANCED is not set
# CONFIG_CPU_QUIET_DEFAULT_GOV_RUNNABLE is not set
CONFIG_CPU_QUIET_DEFAULT_GOV_RQBALANCE=y
CONFIG_CPU_QUIET_MSM=y
CONFIG_CPU_FREQ_MSM=y

#
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/Kconfig
Expand Up @@ -2008,8 +2008,6 @@ source "drivers/cpufreq/Kconfig"

source "drivers/cpuidle/Kconfig"

source "drivers/cpuquiet/Kconfig"

source "drivers/idle/Kconfig"

endmenu
Expand Down
1 change: 0 additions & 1 deletion drivers/Makefile
Expand Up @@ -113,7 +113,6 @@ obj-$(CONFIG_EISA) += eisa/
obj-y += lguest/
obj-$(CONFIG_CPU_FREQ) += cpufreq/
obj-$(CONFIG_CPU_IDLE) += cpuidle/
obj-$(CONFIG_CPU_QUIET) += cpuquiet/
obj-y += mmc/
obj-$(CONFIG_MEMSTICK) += memstick/
obj-y += leds/
Expand Down
109 changes: 0 additions & 109 deletions drivers/cpuquiet/Kconfig

This file was deleted.

5 changes: 0 additions & 5 deletions drivers/cpuquiet/Makefile

This file was deleted.

0 comments on commit 181745f

Please sign in to comment.