Tomasz Figa wrote:
> 
> Since SOC_EXYNOS4412 Kconfig symbol has been removed, it is enough to
> check for SOC_EXYNOS4212 for both SoCs from Exynos4x12 series.
> 
> Cc: [email protected]
> Cc: Viresh Kumar <[email protected]>
> Signed-off-by: Tomasz Figa <[email protected]>
> Signed-off-by: Kyungmin Park <[email protected]>
> ---
>  drivers/cpufreq/Kconfig.arm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index a924408..b214ad6 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -32,7 +32,7 @@ config ARM_EXYNOS4210_CPUFREQ
>         SoC (S5PV310 or S5PC210).
> 
>  config ARM_EXYNOS4X12_CPUFREQ
> -     def_bool (SOC_EXYNOS4212 || SOC_EXYNOS4412)
> +     def_bool SOC_EXYNOS4212
>       help
>         This adds the CPUFreq driver for Samsung EXYNOS4X12
>         SoC (EXYNOS4212 or EXYNOS4412).
> --
> 1.8.2.1

NAK, the reason is same with my comments on 30th patch.

- Kukjin

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to