All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damien Le Moal <damien.lemoal@opensource.wdc.com>
To: linux-ide@vger.kernel.org
Subject: [PATCH 07/21] ata: ahci_mvebu: add compile test support
Date: Tue,  4 Jan 2022 18:04:54 +0900	[thread overview]
Message-ID: <20220104090508.1592589-8-damien.lemoal@opensource.wdc.com> (raw)
In-Reply-To: <20220104090508.1592589-1-damien.lemoal@opensource.wdc.com>

Add Kconfig dependendy on COMPILE_TEST to allow compile tests with
configs that do not enable ARCH_MVEBU.

Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
---
 drivers/ata/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 1545201b9104..237124624db4 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -234,7 +234,7 @@ config AHCI_MTK
 
 config AHCI_MVEBU
 	tristate "Marvell EBU AHCI SATA support"
-	depends on ARCH_MVEBU
+	depends on ARCH_MVEBU || COMPILE_TEST
 	select SATA_HOST
 	help
 	  This option enables support for the Marvebu EBU SoC's
-- 
2.31.1


  parent reply	other threads:[~2022-01-04  9:05 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-04  9:04 [PATCH 00/21] Improve compile test coverage Damien Le Moal
2022-01-04  9:04 ` [PATCH 01/21] ata: sata_fsl: add compile test support Damien Le Moal
2022-01-04  9:04 ` [PATCH 02/21] ata: ahci_brcm: " Damien Le Moal
2022-01-04  9:04 ` [PATCH 03/21] ata: ahci_da850: " Damien Le Moal
2022-01-04  9:04 ` [PATCH 04/21] ata: ahci_dm816: " Damien Le Moal
2022-01-04  9:04 ` [PATCH 05/21] ata: ahci_st: " Damien Le Moal
2022-01-04  9:04 ` [PATCH 06/21] ata: ahci_mtk: " Damien Le Moal
2022-01-04  9:04 ` Damien Le Moal [this message]
2022-01-04  9:04 ` [PATCH 08/21] ata: ahci_sunxi: " Damien Le Moal
2022-01-04  9:04 ` [PATCH 09/21] ata: ahci_tegra: " Damien Le Moal
2022-01-04  9:04 ` [PATCH 10/21] ata: ahci_xgene: " Damien Le Moal
2022-01-04  9:04 ` [PATCH 11/21] ata: ahci_seattle: " Damien Le Moal
2022-01-04  9:04 ` [PATCH 12/21] ata: pata_bk3710: " Damien Le Moal
2022-01-04  9:05 ` [PATCH 13/21] ata: pata_cs5535: " Damien Le Moal
2022-01-04  9:05 ` [PATCH 14/21] ata: pata_ftide010: " Damien Le Moal
2022-01-04  9:05 ` [PATCH 15/21] ata: pata_imx: " Damien Le Moal
2022-01-04  9:05 ` [PATCH 16/21] ata: pata_pxa: " Damien Le Moal
2022-01-04  9:05 ` [PATCH 17/21] ata: pata_legacy: " Damien Le Moal
2022-01-04  9:05 ` [PATCH 18/21] ata: pata_samsung_cf: " Damien Le Moal
2022-01-04  9:05 ` [PATCH 19/21] ata: sata_fsl: fix scsi host initialization Damien Le Moal
2022-01-04  9:05 ` [PATCH 20/21] ata: ahci_xgene: use correct type for port mmio address Damien Le Moal
2022-01-04  9:05 ` [PATCH 21/21] ata: ahci_xgene: Fix id array access in xgene_ahci_read_id() Damien Le Moal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220104090508.1592589-8-damien.lemoal@opensource.wdc.com \
    --to=damien.lemoal@opensource.wdc.com \
    --cc=linux-ide@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.