From patchwork Wed Nov 7 20:18:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marc Gonzalez X-Patchwork-Id: 10673047 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 73F6C13BF for ; Wed, 7 Nov 2018 20:24:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 633DA2CFAD for ; Wed, 7 Nov 2018 20:24:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 577D12CFF6; Wed, 7 Nov 2018 20:24:50 +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=-3.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.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 19C8F2CFAD for ; Wed, 7 Nov 2018 20:24:50 +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:In-Reply-To:MIME-Version:Date: Message-ID:References:To:From:Subject:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=spxQjHvzU5U8MTbbNUkoYo08AndiokxEvKRIFHEb9Fk=; b=YT5G9/pdWcKTsI 37IyPb2HSz5SkkljZhNcUFA4XZLe24lrNrcnVS+okLBLH1ZTxsYrt1Nqr39BT3KYNErspX58a20Ox NP9RksA+O12SpQ4r+5eaGMJJCEuPFKcprQp9tCdYrNtaE8sjm6SnSV/bVwT3OFigG3pQyYuy5TfLb MUW3+aQVjKETVEoIamj9gvsZLf7IBeVRQd4mj1mKRURg9PTq4qyUhmaqmTjD3911wZ77NTD+ehOx2 5+NmeOWfDWbMLYQz7CJNKPlFKcyJ7CTDVcAEnqJZlQQUKCkUW2p8fP4VS85mLX0KefZhFmH8CUsYf J5z4g4dKqT/1X2S6sF/w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gKUNa-00028X-BI; Wed, 07 Nov 2018 20:24:46 +0000 Received: from smtp4-g21.free.fr ([2a01:e0c:1:1599::13]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gKUMJ-0000lV-PV for linux-arm-kernel@lists.infradead.org; Wed, 07 Nov 2018 20:23:30 +0000 Received: from [192.168.1.42] (unknown [77.207.133.132]) (Authenticated sender: marc.w.gonzalez) by smtp4-g21.free.fr (Postfix) with ESMTPSA id 2459419F5D0; Wed, 7 Nov 2018 21:23:09 +0100 (CET) Subject: [PATCH 8/9] arm64: defconfig: Change SCSI_UFS_HISI=m From: Marc Gonzalez To: arm-soc References: <8b49a92b-ca92-1fca-cd09-3bcd7a3dcbb9@free.fr> Message-ID: <6dd30abb-7bec-2ae6-49d7-305ab783dca5@free.fr> Date: Wed, 7 Nov 2018 21:18:30 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 MIME-Version: 1.0 In-Reply-To: <8b49a92b-ca92-1fca-cd09-3bcd7a3dcbb9@free.fr> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181107_122327_984152_29A76D61 X-CRM114-Status: GOOD ( 10.96 ) 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: LKML , Linux ARM 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 SCSI_UFS_HISI depends on SCSI_UFSHCD_PLATFORM=m Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e4957df18f23..75d5ed7ea53d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -222,7 +222,7 @@ CONFIG_SCSI_HISI_SAS_PCI=y CONFIG_SCSI_UFSHCD=m CONFIG_SCSI_UFSHCD_PLATFORM=m CONFIG_SCSI_UFS_QCOM=m -CONFIG_SCSI_UFS_HISI=y +CONFIG_SCSI_UFS_HISI=m CONFIG_ATA=y CONFIG_SATA_AHCI=y CONFIG_SATA_AHCI_PLATFORM=y