From: Damien Le Moal Date: Mon, 19 Sep 2022 23:52:02 +0000 (+0900) Subject: ata: ahci_st: Enable compile test X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ecf8322f464d62759d838ea62cdeff6966a60134;p=linux.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 1a8a1bbc8a0e8..36833a8629980 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.