From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964877AbdJQWmX (ORCPT ); Tue, 17 Oct 2017 18:42:23 -0400 Received: from smx-7fb.smtp.startmail.com ([37.153.204.247]:44840 "EHLO smx-7fb.smtp.startmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758751AbdJQWl7 (ORCPT ); Tue, 17 Oct 2017 18:41:59 -0400 From: "Marty E. Plummer" To: linux-arm-kernel@lists.infradead.org Cc: mturquette@baylibre.com, sboyd@codeaurora.org, robh+dt@kernel.org, mark.rutland@arm.com, xuejiancheng@hisilicon.com, zhangfei.gao@linaro.org, wnpan@hisilicon.com, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, xuwei5@hisilicon.com, linux@armlinux.org.uk, "Marty E. Plummer" Subject: [PATCH v2 2/3] arm: hisi: enable Hi3521A SoC Date: Tue, 17 Oct 2017 17:38:53 -0500 Message-Id: <20171017223854.6980-3-hanetzer@startmail.com> In-Reply-To: <20171017223854.6980-1-hanetzer@startmail.com> References: <20171017223854.6980-1-hanetzer@startmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Enable Hisilicon Hi3521A/Hi3520DCV300 SoC. This SoC series includes hardware mutlimedia codec cores, commonly used in consumer cctv/dvr security systems and ipcameras. The arm core is a Cortex A7. Signed-off-by: Marty E. Plummer --- arch/arm/mach-hisi/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig index 65a048fa08ec..26755414f862 100644 --- a/arch/arm/mach-hisi/Kconfig +++ b/arch/arm/mach-hisi/Kconfig @@ -12,6 +12,12 @@ if ARCH_HISI menu "Hisilicon platform type" +config ARCH_HI3521A + bool "Hisilicon Hi3521A/Hi3520DCV300 family" + depends on ARCH_MULTI_V7 + help + Support for Hisilicon Hi3521A/Hi3520DCV300 SoC family + config ARCH_HI3xxx bool "Hisilicon Hi36xx family" depends on ARCH_MULTI_V7 -- 2.14.2