From patchwork Mon Aug 3 19:24:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Hesselbarth X-Patchwork-Id: 6932991 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 5F8E6C05AC for ; Mon, 3 Aug 2015 19:27:32 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 637AD20638 for ; Mon, 3 Aug 2015 19:27:31 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9577520632 for ; Mon, 3 Aug 2015 19:27:30 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZMLMj-0003UN-RT; Mon, 03 Aug 2015 19:25:41 +0000 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZMLMK-00024e-Ck for linux-arm-kernel@lists.infradead.org; Mon, 03 Aug 2015 19:25:17 +0000 Received: by wibxm9 with SMTP id xm9so135413224wib.0 for ; Mon, 03 Aug 2015 12:24:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=32oTNrnJsy1jvxXyeuguqDxgh1HNdz6z0Fx+41BoySM=; b=nr+Kc4lljC+byyhkXLrrB239gJE5klYGpAVBA9+U+MDmV1jF7icH5WbaVbczKZjvyz K3A66FSLFazoaoKc/1bP8jrI5osARRX81J7HJISYQztxA9JRhD+S1M6JOuGmpMl28jje 248GHEXCTbwkr/Bd8psJO6V/tSSWhlSE8ZGH19+y4Ze5xqztPy4zOPyHRlNETbalX/ns 3+DhJrjqXHSnaYYvha03wJNM/5PNITqrTVxPMObxu98oMZHjophilWFID6E+R/D0jyUH NyQi7ZeYdnqr+GF2O+FIc7vq2Eb1wl6IE1MZW2SAyVab8seMKCG1vVRgvTPC4qMQrMPR XlsQ== X-Received: by 10.194.61.10 with SMTP id l10mr36383738wjr.138.1438629893723; Mon, 03 Aug 2015 12:24:53 -0700 (PDT) Received: from topkick.lan (x55b35cbf.dyn.telefonica.de. [85.179.92.191]) by smtp.gmail.com with ESMTPSA id g13sm7511633wjs.21.2015.08.03.12.24.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Aug 2015 12:24:52 -0700 (PDT) From: Sebastian Hesselbarth To: Sebastian Hesselbarth , arm@kernel.org Subject: [PATCH 1/2] arm64: Enable Marvell Berlin SoC family in Kconfig Date: Mon, 3 Aug 2015 21:24:45 +0200 Message-Id: <1438629886-6390-2-git-send-email-sebastian.hesselbarth@gmail.com> In-Reply-To: <1438629886-6390-1-git-send-email-sebastian.hesselbarth@gmail.com> References: <1438629886-6390-1-git-send-email-sebastian.hesselbarth@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150803_122516_682539_E20B0052 X-CRM114-Status: GOOD ( 10.64 ) X-Spam-Score: -2.7 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jisheng Zhang , Arnd Bergmann , Kevin Hilman , Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, Olof Johansson , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Jisheng Zhang This patch introduces ARCH_BERLIN to enable Marvell Berlin SoC family in Kconfig. Signed-off-by: Jisheng Zhang Signed-off-by: Sebastian Hesselbarth --- As discussed with Olof on IRC, this is Jisheng's Kconfig patch for ARM64 Berlin. Olof agreed to rework this to finally land in Kconfig.platforms, i.e. after eed6b3eb20b9 ("arm64: Split out platform options to separate Kconfig") Sebastian --- arch/arm64/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 0f6edb14b7e4..d5c615312d87 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -162,6 +162,12 @@ source "kernel/Kconfig.freezer" menu "Platform selection" +config ARCH_BERLIN + bool "Marvell Berlin SoC Family" + select DW_APB_ICTL + help + This enables support for Marvell Berlin SoC Family + config ARCH_EXYNOS bool help