On 9 April 2014 08:04, Kefeng Wang <wangkefeng.w...@huawei.com> wrote: > When make ARCH=arm multi_v7_defconfig, we get the following warnings: > > warning: (ARM_HIGHBANK_CPUFREQ) selects GENERIC_CPUFREQ_CPU0 which has > unmet direct dependencies (ARCH_HAS_CPUFREQ && CPU_FREQ && HAVE_CLK > && REGULATOR && OF && THERMAL && CPU_THERMAL) > > To fix this, make ARM_HIGHBANK_CPUFREQ depend on ARCH_HAS_CPUFREQ and > REGULATOR instead of selecting them, PM_OPP will be selected by > ARCH_HAS_CPUFREQ. > > Signed-off-by: Kefeng Wang <wangkefeng.w...@huawei.com> > --- > drivers/cpufreq/Kconfig.arm | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-)
Acked-by: Viresh Kumar <viresh.ku...@linaro.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/