Skip to content
Commit ec54c74c authored by Zhang Rui's avatar Zhang Rui
Browse files

Exynos: Add missing dependency



CPU_FREQ_TABLE depends on CPU_FREQ. Selecting CPU_FREQ_TABLE without checking
for dependencies gives the following compilation warnings:
warning: (ARCH_TEGRA_2x_SOC && ARCH_TEGRA_3x_SOC && UX500_SOC_DB8500 &&
CPU_THERMAL && EXYNOS_THERMAL) selects CPU_FREQ_TABLE which has unmet
direct dependencies (ARCH_HAS_CPUFREQ && CPU_FREQ)

Based-on-patch-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarZhang Rui <rui.zhang@intel.com>
parent 72e19897
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment