aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Le Moal <damien.lemoal@opensource.wdc.com>2022-01-04 14:55:41 +0900
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>2022-01-05 19:33:04 +0900
commit3e7a673b5674512efdcd9ec5ff154ee697c3f7ef (patch)
treeac6f621d5158992994e1add32057195c31d3f713
parent56e18702b0c240dc3c4fde0619e8a78f5f13be97 (diff)
downloadlibata-3e7a673b5674512efdcd9ec5ff154ee697c3f7ef.tar.gz
ata: ahci_st: add compile test support
Notice: this object is not reachable from any branch.
Add Kconfig dependendy on COMPILE_TEST to allow compile tests with configs that do not enable ARCH_STI. Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Reviewed-by: Hannes Reinecke <hare@suse.de>
Notice: this object is not reachable from any branch.
-rw-r--r--drivers/ata/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 47b7b69b88b12..e27b9f3b23cca 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -176,7 +176,7 @@ config AHCI_DM816
config AHCI_ST
tristate "ST AHCI SATA support"
- depends on ARCH_STI
+ depends on ARCH_STI || COMPILE_TEST
select SATA_HOST
help
This option enables support for ST AHCI SATA controller.