From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan-gabriel Mirea Subject: [PATCH 2/6] arm64: Introduce config for S32 Date: Fri, 2 Aug 2019 19:47:18 +0000 Message-ID: <20190802194702.30249-3-stefan-gabriel.mirea@nxp.com> References: <20190802194702.30249-1-stefan-gabriel.mirea@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190802194702.30249-1-stefan-gabriel.mirea@nxp.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: "corbet@lwn.net" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "gregkh@linuxfoundation.org" , "catalin.marinas@arm.com" , "will@kernel.org" , "shawnguo@kernel.org" , Leo Li Cc: "jslaby@suse.com" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-serial@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Cosmin Stefan Stoica List-Id: devicetree@vger.kernel.org From: Mihaela Martinas Add configuration option for the Freescale S32 platform family in Kconfig.platforms. For starters, the only SoC supported will be Treerunner (S32V234), with a single execution target: the S32V234-EVB (rev 29288) board. Signed-off-by: Mihaela Martinas Signed-off-by: Stoica Cosmin-Stefan Signed-off-by: Stefan-Gabriel Mirea --- arch/arm64/Kconfig.platforms | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 4778c775de1b..a9a6152d37eb 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -210,6 +210,11 @@ config ARCH_ROCKCHIP This enables support for the ARMv8 based Rockchip chipsets, like the RK3368. =20 +config ARCH_S32 + bool "Freescale S32 SoC Family" + help + This enables support for the Freescale S32 family of processors. + config ARCH_SEATTLE bool "AMD Seattle SoC Family" help --=20 2.22.0