From patchwork Mon Jun 29 05:02:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 6687271 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 50D64C05AC for ; Mon, 29 Jun 2015 05:05:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 74D9820553 for ; Mon, 29 Jun 2015 05:05:26 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 769D92054C for ; Mon, 29 Jun 2015 05:05:25 +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 1Z9RDL-0002Vl-Uc; Mon, 29 Jun 2015 05:02:39 +0000 Received: from mail-wi0-f179.google.com ([209.85.212.179]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z9RDI-0002U8-Pr for linux-arm-kernel@lists.infradead.org; Mon, 29 Jun 2015 05:02:37 +0000 Received: by wiwl6 with SMTP id l6so88245876wiw.0 for ; Sun, 28 Jun 2015 22:02:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id; bh=Fr2zbFPRr5vceAR4PnStWOAYDiFhuDRYVsm6lol9TZw=; b=Bl/1Cbi5ZxfFMNeQHC5jZPqZ8Q38FWA0//Rg4YTa2Fz0tULg65nlHYnrssOIcZSyuJ rJwQ1+kM8TtOxzxxyPY7rJwCbsKd2Wml5M9O37F8GCIxTTksmn73gqvbSMw2DHxtYl6F +n+HTRrbFtAPqT63D3vlbNuxp16Wietm61XlKIykRGcEsfw5luGo2wr2t9TUtr4RaxWJ eGF/73SOyb+6zyUEsllAXnC1MxmLwySDfqkvk6fvnxPglW/YhT7QmXI1gH+PvhX6hTmP vauU/9Mkm4je32kAObPwXtXNNXdRmBcLODuxogMlagcs5dJAICWWpmIH32Kgy29Lj/fn ZBMw== X-Gm-Message-State: ALoCoQlm43uVMGFUd7/2RHiml4651vqBAdyNEydgwhjI5rAV3qznTiyFgnqqfd+dK702r7QA4AXD X-Received: by 10.181.13.241 with SMTP id fb17mr19313273wid.13.1435554134053; Sun, 28 Jun 2015 22:02:14 -0700 (PDT) Received: from localhost (nat-35.starnet.cz. [178.255.168.35]) by mx.google.com with ESMTPSA id wx9sm62022195wjb.6.2015.06.28.22.02.12 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Sun, 28 Jun 2015 22:02:13 -0700 (PDT) From: Michal Simek To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] arm64: defconfig: Add Ceva ahci to the defconfig Date: Mon, 29 Jun 2015 07:02:08 +0200 Message-Id: <457a921583db64bf74ae13b227bedf79cf86cff8.1435554123.git.michal.simek@xilinx.com> X-Mailer: git-send-email 2.3.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150628_220236_984313_E27A41D8 X-CRM114-Status: GOOD ( 11.54 ) X-Spam-Score: -2.6 (--) Cc: monstr@monstr.eu, Catalin Marinas , Linus Walleij , Daniel Lezcano , Will Deacon , linux-kernel@vger.kernel.org, Robert Richter , Abhimanyu Kapur , Suneel Garapati X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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: Suneel Garapati The Ceva ahci controller is available on the Xilinx Zynq UltraScale+ MPSoC. Signed-off-by: Suneel Garapati Signed-off-by: Michal Simek --- arch/arm64/configs/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f38c94f1d898..ef5b5d27a226 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -35,10 +35,10 @@ CONFIG_ARCH_EXYNOS7=y CONFIG_ARCH_FSL_LS2085A=y CONFIG_ARCH_HISI=y CONFIG_ARCH_MEDIATEK=y +CONFIG_ARCH_QCOM=y CONFIG_ARCH_SEATTLE=y CONFIG_ARCH_TEGRA=y CONFIG_ARCH_TEGRA_132_SOC=y -CONFIG_ARCH_QCOM=y CONFIG_ARCH_SPRD=y CONFIG_ARCH_THUNDER=y CONFIG_ARCH_VEXPRESS=y @@ -82,7 +82,7 @@ CONFIG_BLK_DEV_SD=y # CONFIG_SCSI_LOWLEVEL is not set CONFIG_ATA=y CONFIG_SATA_AHCI=y -CONFIG_SATA_AHCI_PLATFORM=y +CONFIG_AHCI_CEVA=y CONFIG_AHCI_XGENE=y CONFIG_PATA_PLATFORM=y CONFIG_PATA_OF_PLATFORM=y