diff options
author | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-09-20 08:52:02 +0900 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-09-20 08:52:02 +0900 |
commit | ecf8322f464d62759d838ea62cdeff6966a60134 (patch) | |
tree | 8019d09e1a9a969f69a578e9fedfa9171ced97c7 /drivers/ata | |
parent | 2d29dd108c787e039593f76c588d8f6d3541eb1c (diff) | |
download | linux-stable-ecf8322f464d62759d838ea62cdeff6966a60134.tar.gz linux-stable-ecf8322f464d62759d838ea62cdeff6966a60134.tar.bz2 linux-stable-ecf8322f464d62759d838ea62cdeff6966a60134.zip |
ata: ahci_st: Enable compile test
Enable compiling the ahci_st driver when COMPILE_TEST is enabled.
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 1a8a1bbc8a0e..36833a862998 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -188,7 +188,7 @@ config AHCI_DWC 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. |