From patchwork Fri Feb 24 03:40:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 9589311 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E480A60471 for ; Fri, 24 Feb 2017 03:50:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D52592877F for ; Fri, 24 Feb 2017 03:50:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C787028748; Fri, 24 Feb 2017 03:50:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 5BE4928748 for ; Fri, 24 Feb 2017 03:50:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=qLw4ZKk+XF46D+buLvTRVa95mCHOX72uQP1wuMJiWgc=; b=i2cN9sXvMyl67t C9EEbn5JLMLRtHrha/JMtTsP6SOU6qBGGg3yR8O31pSvQT8svuv8VYnGDSME6rPrOqPF8eLh2Ouph mCFYTu9RkJgCow2j6XHXDMIMNnp5vhyjc7/Ezp4bAeEkbTpsQfmfj3J5lT64DXJzWfczD5IaZRUVO s7YHG4yDW+C7ZNoEA9VaGnlme79L8X2g5+Sub4bWhKe+bwb4habiRW2nkaVB86d5z3vyeENGQHLtI fZsU5MJAFsd6NX8yvdJKecHSJXyeMkbFoTzw4KtiJiaWs6mdlU8JwD2DgNPUPHjwSu6YxIlqDTzMr S8Br+wEBgiHmOySG8Axg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1ch6tL-0002rb-KA; Fri, 24 Feb 2017 03:49:59 +0000 Received: from mx2.suse.de ([195.135.220.15]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1ch6ln-00063m-84 for linux-arm-kernel@lists.infradead.org; Fri, 24 Feb 2017 03:42:13 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 7174CAD95; Fri, 24 Feb 2017 03:41:24 +0000 (UTC) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: arm@kernel.org Subject: [PATCH v2 06/17] ARM64: Prepare Actions Semi S900 Date: Fri, 24 Feb 2017 04:40:44 +0100 Message-Id: <20170224034055.18807-7-afaerber@suse.de> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170224034055.18807-1-afaerber@suse.de> References: <20170224034055.18807-1-afaerber@suse.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170223_194211_666791_FC201A36 X-CRM114-Status: UNSURE ( 7.91 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: support@lemaker.org, Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, mp-cs@actions-semi.com, 96boards@ucrobotics.com, =?UTF-8?q?Andreas=20F=C3=A4rber?= , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add ARCH_ACTIONS. Signed-off-by: Andreas Färber --- v1 -> v2: * Renamed ARCH_OWL to ARCH_ACTION (Arnd) arch/arm64/Kconfig.platforms | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 129cc5a..b0266cd 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -1,5 +1,10 @@ menu "Platform selection" +config ARCH_ACTIONS + bool "Actions Semi Platforms" + help + This enables support for the Actions Semiconductor S900 SoC family. + config ARCH_SUNXI bool "Allwinner sunxi 64-bit SoC Family" select GENERIC_IRQ_CHIP