From: Damien Le Moal Date: Mon, 19 Sep 2022 23:52:02 +0000 (+0900) Subject: ata: ahci_st: Enable compile test X-Git-Tag: block-6.1-2022-13-10~34^2~8 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ecf8322f464d62759d838ea62cdeff6966a60134;p=linux-block.git ata: ahci_st: Enable compile test Enable compiling the ahci_st driver when COMPILE_TEST is enabled. Signed-off-by: Damien Le Moal --- 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.