From patchwork Thu Sep 24 04:15:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 1370257 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=sparclinux-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=sQDDpgCi; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BxhY21s1tz9sS8 for ; Thu, 24 Sep 2020 14:15:34 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726691AbgIXEP3 (ORCPT ); Thu, 24 Sep 2020 00:15:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726421AbgIXEP3 (ORCPT ); Thu, 24 Sep 2020 00:15:29 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 74DF9C0613CE for ; Wed, 23 Sep 2020 21:15:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=N8Jxhj03RzRxRUtjJsmqny8Ri6xj62wFeX5QQiTfJPA=; b=sQDDpgCi/3lteDluJL8yI2Snp5 wMP6bKs+03Owgs8/RpOUjpjuV5/v7kMN+6iaPZje81hRplPexYvzq7FNYVhfHd3raotM/vwknAqa0 3YiTtSHORrDsB7TvpzvJqQYHqLOkVUfsDSRDR82hOGwjI1Hb1Kx1dF3Ey+3KMsU+SmoMwT7vaQ1py HwJreXDGEWcAgAWxEhmgKb6ZpeClYuNFXOgFKoRK3r4ChY2Qj6IOYX2g0ffTtF4QXLFJt5dBIX+XN aNv/LH5FNBlJjr52SnjbH3ngbYPcii9EO7FWKWSv7aP4rIqZtJHT7+rihLYmBG1ikwP3RL1rUei4i HARosKGw==; Received: from p4fdb0c34.dip0.t-ipconnect.de ([79.219.12.52] helo=localhost) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLIfF-0001hb-1E; Thu, 24 Sep 2020 04:15:25 +0000 From: Christoph Hellwig To: davem@davemloft.net Cc: sparclinux@vger.kernel.org Subject: [PATCH] sparc64: switch defconfig from the legacy ide driver to libata Date: Thu, 24 Sep 2020 06:15:23 +0200 Message-Id: <20200924041523.521143-1-hch@lst.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org Replace the ide options with the equivalent libata options. This has been carried by various downstreams like the linux-build-test repo for years already. Signed-off-by: Christoph Hellwig --- arch/sparc/configs/sparc64_defconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/sparc/configs/sparc64_defconfig b/arch/sparc/configs/sparc64_defconfig index bde4d21a8ac8e7..35a32adbbc59d2 100644 --- a/arch/sparc/configs/sparc64_defconfig +++ b/arch/sparc/configs/sparc64_defconfig @@ -66,9 +66,8 @@ CONFIG_CDROM_PKTCDVD=m CONFIG_CDROM_PKTCDVD_WCACHE=y CONFIG_ATA_OVER_ETH=m CONFIG_SUNVDC=m -CONFIG_IDE=y -CONFIG_BLK_DEV_IDECD=y -CONFIG_BLK_DEV_ALI15X3=y +CONFIG_ATA=y +CONFIG_PATA_ALI=y CONFIG_RAID_ATTRS=m CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y