From: Damien Le Moal Date: Tue, 4 Jan 2022 06:09:23 +0000 (+0900) Subject: ata: ahci_xgene: add compile test support X-Git-Tag: v5.17-rc1~46^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7c9b00fb050c6b3fea6e32f1adbe0194296eb1f;p=thirdparty%2Fkernel%2Flinux.git ata: ahci_xgene: add compile test support Add Kconfig dependendy on COMPILE_TEST to allow compile tests with configs that do not enable PHY_XGENE. Signed-off-by: Damien Le Moal Reviewed-by: Hannes Reinecke --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 49ce1e0d19d73..f96a29b1c8a37 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -256,7 +256,7 @@ config AHCI_TEGRA config AHCI_XGENE tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support" - depends on PHY_XGENE + depends on PHY_XGENE || COMPILE_TEST select SATA_HOST help This option enables support for APM X-Gene SoC SATA host controller.