[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <031101cff267$9b8daba0$d2a902e0$@kernel.org>
Date: Tue, 28 Oct 2014 13:28:22 +0900
From: Kukjin Kim <kgene@...nel.org>
To: 'Chanwoo Choi' <cw00.choi@...sung.com>,
'Kukjin Kim' <kgene@...nel.org>
Cc: linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, mark.rutland@....com,
arnd@...db.de, olof@...om.net, tomasz.figa@...il.com,
inki.dae@...sung.com, sw0312.kim@...sung.com,
kyungmin.park@...sung.com, m.szyprowski@...sung.com,
yj44.cho@...sung.com, jaewon02.kim@...sung.com,
ideal.song@...sung.com
Subject: RE: [PATCHv2 1/2] ARM: EXYNOS: Add EXYNOS4415 SoC ID
Chanwoo Choi wrote:
>
> Dear Kukjin,
>
[...]
> >>
> >> +config SOC_EXYNOS4415
> >> + bool "SAMSUNG EXYNOS4415"
> >> + default y
> >> + depends on ARCH_EXYNOS4
> >> +
> >
> > I think, this is not required more...
>
> But,
> The clock driver must need to CONFIG_SOC_EXYNOS4415 configuration
> to build it. The clock driver[1] of exynos4415 used CONFIG_SOC_EXYNOS4415 as following diff:
> [1] https://lkml.org/lkml/2014/10/26/159
>
Oh, yes. OK.
Thanks for quick reply.
- Kukjin
> diff --git a/drivers/clk/samsung/Makefile b/drivers/clk/samsung/Makefile
> index 8909c93..4561297 100644
> --- a/drivers/clk/samsung/Makefile
> +++ b/drivers/clk/samsung/Makefile
> @@ -5,6 +5,7 @@
> obj-$(CONFIG_COMMON_CLK) += clk.o clk-pll.o clk-cpu.o
> obj-$(CONFIG_SOC_EXYNOS3250) += clk-exynos3250.o
> obj-$(CONFIG_ARCH_EXYNOS4) += clk-exynos4.o
> +obj-$(CONFIG_SOC_EXYNOS4415) += clk-exynos4415.o
>
> Best Regards,
> Chanwoo Choi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists