From: Graf Yang Date: Fri, 7 Aug 2009 03:52:54 +0000 (+0000) Subject: Blackfin: SMP port does not yet support cpu frequency scaling X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ad46163ac2c78eb828bbe52eaf562cab922b9e5d;p=linux-beck.git Blackfin: SMP port does not yet support cpu frequency scaling We have an item to get this fixed, but in the mean time, disable selection via Kconfig dependencies. Signed-off-by: Graf Yang Signed-off-by: Mike Frysinger --- diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 8d04ed968fdb..6040aadf00ec 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -1152,11 +1152,12 @@ source "fs/Kconfig.binfmt" endmenu menu "Power management options" + depends on !SMP + source "kernel/power/Kconfig" config ARCH_SUSPEND_POSSIBLE def_bool y - depends on !SMP choice prompt "Standby Power Saving Mode" @@ -1244,6 +1245,7 @@ config PM_BFIN_WAKE_GP endmenu menu "CPU Frequency scaling" + depends on !SMP source "drivers/cpufreq/Kconfig"