From: Arnd Bergmann Date: Tue, 10 Feb 2009 05:55:16 +0000 (+0000) Subject: powerpc/cell: Fix dependency in cpufreq X-Git-Tag: v2.6.30-rc1~619^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed8d12849d651c646c108807754a544d2e506f1;p=pandora-kernel.git powerpc/cell: Fix dependency in cpufreq cbe_cpufreq has a partial dependency on cbe_cpufreq_pmi, which cannot be easily expressed in Kconfig. This fixes it by introducing an extra Kconfig symbol CBE_CPUFREQ_PMI_ENABLE. To make the dependency clearer, turn PPC_PMI into an automatic symbol. Reported-by: Michael Neuling Signed-off-by: Arnd Bergmann Acked-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed