From patchwork Tue Jul 18 11:44:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 108112 Delivered-To: patch@linaro.org Received: by 10.140.101.44 with SMTP id t41csp5775806qge; Tue, 18 Jul 2017 04:18:37 -0700 (PDT) X-Received: by 10.101.91.203 with SMTP id o11mr1164209pgr.206.1500376716941; Tue, 18 Jul 2017 04:18:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1500376716; cv=none; d=google.com; s=arc-20160816; b=apJD4jfo4lqY0U5ZMPDKPUjt4187nPXQPTwehwCbRAhnAL4QnCXlwZiZ2MkfzvzCW0 ef6yrHWdDznxRwn9434ioTKAMKISCUlVV7lKBjdks/Ksm/4RuEIBpenppM97NkfHguHZ AsuPLjFD48FhikgSfdRcg4k6kSesjk3Ig6puASFoLpkUSlR9K7/TayGmPazI8vAiQQPW jJLGxc5UjyfUGbQKnCADh6NlzvQxM7CWivHr8U+SbN5+0beBIiQS2UDW7pLR9yPuvUDC nZENOG6JcFsEH/7XBQYal+SoYV5Q4zE+drr0L4QcXZ4cZ6dWPS/IfNIUH4LatYF1Igww iACg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from:arc-authentication-results; bh=zwUoSqpnEDG1nkVs1U6S0yms19eLdNarocwSmiIS9Jk=; b=KYiZVJWw2Ro0Dcthpm4Eu5d7G7kldGzk4wWsbVUjngqgDm5qy2oKx9KbIUt8iWTHPP 1NXfaCFC8Jnz0EJRH3HPTaTsSFttuVXUminWnLjdE8WKY3x69HaC/MCNbRIYx2kFQAVJ KDHxgmq9iuKxL6JvsPrDn978UNnBia85QXK+BWWK9FH6iSyy6lHh0xrdtoEBUvIzJw/Q 5rHrW8hsAT+1Mfl4ICBf/q26QhrcBKxVydZSecLlOWthFhSOxLso12FuLUZtgP2DG8o+ m3Rn5aBG1Y5LUIo2tsHNdGz3Bj2zc39XSQkVIF1JChooQ9RdoiuGHG5TNu6wchrwhBfy aNZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r8si1523700pgr.61.2017.07.18.04.18.36; Tue, 18 Jul 2017 04:18:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751559AbdGRLSe (ORCPT + 25 others); Tue, 18 Jul 2017 07:18:34 -0400 Received: from szxga03-in.huawei.com ([45.249.212.189]:9371 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751380AbdGRLSc (ORCPT ); Tue, 18 Jul 2017 07:18:32 -0400 Received: from 172.30.72.55 (EHLO dggeml405-hub.china.huawei.com) ([172.30.72.55]) by dggrg03-dlp.huawei.com (MOS 4.4.6-GA FastPath queued) with ESMTP id ARJ36558; Tue, 18 Jul 2017 19:17:44 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by dggeml405-hub.china.huawei.com (10.3.17.49) with Microsoft SMTP Server id 14.3.301.0; Tue, 18 Jul 2017 19:17:38 +0800 From: John Garry To: CC: , , , John Garry Subject: [PATCH] arm64: defconfig: enable SCSI_HISI_SAS_PCI Date: Tue, 18 Jul 2017 19:44:57 +0800 Message-ID: <1500378297-74232-1-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020206.596DEE58.01C6, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 77a90ff0f8734acc0c76f3c051708093 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Enable HiSilicon SAS controller based on PCI device, which is included in hip08 SoC. Signed-off-by: John Garry -- 1.9.1 diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6c7d147..542838c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -164,6 +164,7 @@ CONFIG_EEPROM_AT25=m CONFIG_BLK_DEV_SD=y CONFIG_SCSI_SAS_ATA=y CONFIG_SCSI_HISI_SAS=y +CONFIG_SCSI_HISI_SAS_PCI=y CONFIG_ATA=y CONFIG_SATA_AHCI=y CONFIG_SATA_AHCI_PLATFORM=y