From patchwork Tue Oct 15 15:22:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manivannan Sadhasivam X-Patchwork-Id: 11190651 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id ECB11139A for ; Tue, 15 Oct 2019 15:22:28 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 93F4420640 for ; Tue, 15 Oct 2019 15:22:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="GcciGUYG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 93F4420640 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+611+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id 2X3WYY1556264xfRgGi91pqf; Tue, 15 Oct 2019 08:22:28 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.4117.1571152947994373042 for ; Tue, 15 Oct 2019 08:22:28 -0700 X-Received: by mail.kernel.org (Postfix) id 924E92086A; Tue, 15 Oct 2019 15:22:27 +0000 (UTC) X-Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 656A120640 for ; Tue, 15 Oct 2019 15:22:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 656A120640 X-Received: by mail-pf1-f194.google.com with SMTP id b128so12720202pfa.1 for ; Tue, 15 Oct 2019 08:22:27 -0700 (PDT) X-Gm-Message-State: pVow22YJIeW65kWZh65UB6pcx1554929AA= X-Google-Smtp-Source: APXvYqw6z0uVvI3dJGdUqHTd4Q7+p1afliMpiw4AttcHI9N8sNIE9ekuKaxdcAt9Cs2tIjgAdl5a1w== X-Received: by 2002:a17:90a:17e1:: with SMTP id q88mr43613212pja.134.1571152946338; Tue, 15 Oct 2019 08:22:26 -0700 (PDT) X-Received: from localhost.localdomain ([2409:4072:6003:7cb8:6855:9396:9531:4af2]) by smtp.gmail.com with ESMTPSA id z4sm18299186pjt.17.2019.10.15.08.22.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Oct 2019 08:22:25 -0700 (PDT) From: Manivannan Sadhasivam To: Linuxkernel+Patchwork-Soc via Email Integration Cc: olof@lixom.net, arnd@arndb.de, afaerber@suse.de, linux-actions@lists.infradead.org, thomas.liau@actions-semi.com, Manivannan Sadhasivam Subject: [PATCH] arm64: configs: Enable Actions Semi platform in defconfig Date: Tue, 15 Oct 2019 20:52:04 +0530 Message-Id: <20191015152204.5610-1-manivannan.sadhasivam@linaro.org> Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1571152948; bh=hGlT8O0mfqCI7ZASosbMK1WSYrljK3jINm7oteCBJno=; h=Cc:Date:From:Reply-To:Subject:To; b=GcciGUYGQmV9+ZbMeqNvYOsj2/1jx5ZyHDp4ptPmYSrajE+n/Rk3gzyRuJiq7KcPYwN XxXSZQw1SLybwwqAqLREl8xbMW24O1P418oIeDkEGEN5+0DY50WmUE+tJvYfRub6X7aRM 7BBinf3sLbSmXZ9R/+z6ZejfftY9e6IZiIg= Since there are enough consumers (drivers) for Actions Semi platform in mainline, let's enable it in ARM64 defconfig. As of now, this platform can boot a distro from eMMC/uSD. Signed-off-by: Manivannan Sadhasivam --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c9a867ac32d4..c8bd159db524 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -29,6 +29,7 @@ CONFIG_BLK_DEV_INITRD=y CONFIG_KALLSYMS_ALL=y # CONFIG_COMPAT_BRK is not set CONFIG_PROFILING=y +CONFIG_ARCH_ACTIONS=y CONFIG_ARCH_AGILEX=y CONFIG_ARCH_SUNXI=y CONFIG_ARCH_ALPINE=y