From: Damien Le Moal Date: Tue, 4 Jan 2022 06:11:15 +0000 (+0900) Subject: ata: ahci_seattle: add compile test support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a33a348d0aca38107c435eef20c449cf13dd9447;p=linux.git ata: ahci_seattle: add compile test support Add Kconfig dependendy on COMPILE_TEST to allow compile tests with configs that do not enable ARCH_SEATTLE. Signed-off-by: Damien Le Moal Reviewed-by: Hannes Reinecke --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index f96a29b1c8a37..ff5bb8e0d6010 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -294,7 +294,7 @@ config SATA_GEMINI config SATA_AHCI_SEATTLE tristate "AMD Seattle 6.0Gbps AHCI SATA host controller support" - depends on ARCH_SEATTLE + depends on ARCH_SEATTLE || COMPILE_TEST select SATA_HOST help This option enables support for AMD Seattle SATA host controller.