From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [PATCH 15/19] arm64: exynos5433: Enable ARMv8-based Exynos5433 SoC support Date: Thu, 27 Nov 2014 11:18:39 +0000 Message-ID: <20141127111839.GD11511@e104818-lin.cambridge.arm.com> References: <1417073716-22997-1-git-send-email-cw00.choi@samsung.com> <1417073716-22997-16-git-send-email-cw00.choi@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1417073716-22997-16-git-send-email-cw00.choi@samsung.com> Sender: linux-kernel-owner@vger.kernel.org To: Chanwoo Choi Cc: "linux-samsung-soc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "kgene.kim@samsung.com" , Mark Rutland , "arnd@arndb.de" , "olof@lixom.net" , Will Deacon , "s.nawrocki@samsung.com" , "tomasz.figa@gmail.com" , "thomas.abraham@linaro.org" , "linus.walleij@linaro.org" , "kyungmin.park@samsung.com" , "inki.dae@samsung.com" , "chanho61.park@samsung.com" , "geunsik.lim@samsung.com" , "sw0312.kim@samsung.com" , "jh80.chung@samsung.com" List-Id: devicetree@vger.kernel.org On Thu, Nov 27, 2014 at 07:35:12AM +0000, Chanwoo Choi wrote: > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > index f4536e0..8a5e8a0 100644 > --- a/arch/arm64/Kconfig > +++ b/arch/arm64/Kconfig > @@ -152,6 +152,16 @@ config ARCH_EXYNOS > help > This enables support for Samsung Exynos SoC family > > +config ARCH_EXYNOS5433 > + bool "ARMv8 based Samsung Exynos5433" > + select ARCH_EXYNOS > + select COMMON_CLK_SAMSUNG > + select PINCTRL > + select PINCTRL_EXYNOS > + > + help > + This enables support for Samsung Exynos5433 SoC family Please update defconfig as well to include this. We aim for the arm64 defconfig to build all the supported SoCs. -- Catalin