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
Cc: Hannes Reinecke <hare@suse.de>
Subject: [PATCH v3 18/22] ata: pata_samsung_cf: add compile test support
Date: Wed,  5 Jan 2022 14:17:31 +0900	[thread overview]
Message-ID: <20220105051735.1871177-19-damien.lemoal@opensource.wdc.com> (raw)
In-Reply-To: <20220105051735.1871177-1-damien.lemoal@opensource.wdc.com>

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

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

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 490f0856a271..8af5659a7676 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -1162,7 +1162,7 @@ config PATA_RZ1000
 
 config PATA_SAMSUNG_CF
 	tristate "Samsung SoC PATA support"
-	depends on SAMSUNG_DEV_IDE
+	depends on SAMSUNG_DEV_IDE || COMPILE_TEST
 	select PATA_TIMINGS
 	help
 	  This option enables basic support for Samsung's S3C/S5P board
-- 
2.31.1


  parent reply	other threads:[~2022-01-05  5:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-05  5:17 [PATCH v3 00/22] Improve compile test coverage Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 01/22] ata: sata_fsl: add compile test support Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 02/22] ata: ahci_brcm: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 03/22] ata: ahci_da850: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 04/22] ata: ahci_dm816: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 05/22] ata: ahci_st: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 06/22] ata: ahci_mtk: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 07/22] ata: ahci_mvebu: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 08/22] ata: ahci_sunxi: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 09/22] ata: ahci_tegra: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 10/22] ata: ahci_xgene: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 11/22] ata: ahci_seattle: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 12/22] ata: pata_bk3710: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 13/22] ata: pata_cs5535: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 14/22] ata: pata_ftide010: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 15/22] ata: pata_imx: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 16/22] ata: pata_pxa: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 17/22] ata: pata_legacy: " Damien Le Moal
2022-01-05  5:17 ` Damien Le Moal [this message]
2022-01-05  5:17 ` [PATCH v3 19/22] ata: sata_fsl: fix scsi host initialization Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 20/22] ata: sata_fsl: fix cmdhdr_tbl_entry and prde struct definitions Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 21/22] ata: ahci_xgene: use correct type for port mmio address Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 22/22] ata: fix read_id() ata port operation interface Damien Le Moal
2022-01-05  7:31   ` Hannes Reinecke

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=20220105051735.1871177-19-damien.lemoal@opensource.wdc.com \
    --to=damien.lemoal@opensource.wdc.com \
    --cc=hare@suse.de \
    --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.