Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1330876pxb; Thu, 4 Feb 2021 10:09:37 -0800 (PST) X-Google-Smtp-Source: ABdhPJzPe876fOIL/ziplOfxdreWXGkfMBHELo7dUaaIyH3QGvNu7YRcZHD0vZwxkvekQtq8siMq X-Received: by 2002:a17:906:b31a:: with SMTP id n26mr343014ejz.358.1612462177366; Thu, 04 Feb 2021 10:09:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612462177; cv=none; d=google.com; s=arc-20160816; b=rrIKjXIunJdmOdXQ9PxByXJQ8BdUdbdhExMCcAO4QwyrgrJwyeFXZRl/luYmwztEGF CT8OWxKlc4hcX4VzuKMid9eMn5PHLsM2HH7ZxdZbrD8QtneRH8QWrWXc8M8LyP8Ft9LB 5IwkmJTCdL2SeyJCLZGIceefDHLrlWDwf6OKWicQRY5LvvSJZ0bPRtGbK3ZThxFVAuuK 0pQ44h4mhv/j16d8R+tQSpZaDr92wA2e7nievVDB62bNmdAF2dLadCYbiKz24a1HOkCv C6DUQmDI61P8d+9GNR4TfaYjJwsQW9tIaiqtH1/Nz52gjmZm/SrANhwQLkyfLpGvTzKk DnzQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=u+CwpX1OgpUfuhnh2vRC+UHIS920O6m6XipBcsrGVjw=; b=T2ZNDGs+w3REJy+esGb1u1bCr0HTldqTL/AfHbSgSV7fGhSEPguaKrrRqxgS+ilHrU LMpd8ap5pFRRoqclHwoK4Fc4p3hnKPS8PskW3XOgU3RBrOfpWpwOQXHee4ps/L+WeIqI EF7gA236kxpzqSqpVGmDZ4tx40u/VefVliGvI+2CM3WfrUEc0e2rgOrgAR+RGm/Qr/73 XhBf02dqgaIi6KLyrcbW3rZMFvcIb1NFQLf1vKo19NHGMudNUPLDnvu2pmOtkhJFT0ac +VugmxnnB1sIO/t/1C0LZgZ+i2Gb8MjtrLwckFEX4Fp8gO+spj/I5xw5hKxn4k9Z22ej P2BA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g27si3934349edf.244.2021.02.04.10.09.08; Thu, 04 Feb 2021 10:09:37 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238889AbhBDSFs (ORCPT + 99 others); Thu, 4 Feb 2021 13:05:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238460AbhBDSDB (ORCPT ); Thu, 4 Feb 2021 13:03:01 -0500 Received: from baptiste.telenet-ops.be (baptiste.telenet-ops.be [IPv6:2a02:1800:120:4::f00:13]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2FE5C06178C for ; Thu, 4 Feb 2021 10:02:20 -0800 (PST) Received: from ramsan.of.borg ([84.195.186.194]) by baptiste.telenet-ops.be with bizsmtp id R62J2400E4C55Sk0162Jxs; Thu, 04 Feb 2021 19:02:19 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1l7im7-003Fgj-Jt; Thu, 04 Feb 2021 18:50:39 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1l7del-006syv-Mo; Thu, 04 Feb 2021 13:22:43 +0100 From: Geert Uytterhoeven To: Jens Axboe Cc: linux-ide@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven , Arnd Bergmann , Li Yang Subject: [PATCH resend v2] ahci: qoriq: Add platform dependencies Date: Thu, 4 Feb 2021 13:22:42 +0100 Message-Id: <20210204122242.1641273-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Freescale QorIQ AHCI SATA controller is only present on Freescale Layerscape SoCs. Add platform dependencies to the AHCI_QORIQ config symbol, to avoid asking the user about it when configuring a kernel without Layerscape support. Signed-off-by: Geert Uytterhoeven Acked-by: Arnd Bergmann Acked-by: Li Yang --- v2: - Add Acked-by. --- drivers/ata/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 030cb32da980fc47..9ec6bce27c91511b 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -264,6 +264,7 @@ config AHCI_XGENE config AHCI_QORIQ tristate "Freescale QorIQ AHCI SATA support" depends on OF + depends on SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST select SATA_HOST help This option enables support for the Freescale QorIQ AHCI SoC's -- 2.25.1