From: Damien Le Moal Date: Tue, 4 Jan 2022 05:59:00 +0000 (+0900) Subject: ata: ahci_mtk: add compile test support X-Git-Tag: v5.17-rc1~46^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28a53d3160acd7e44a39a146da20e3e672fb0d96;p=thirdparty%2Fkernel%2Flinux.git ata: ahci_mtk: add compile test support Add Kconfig dependendy on COMPILE_TEST to allow compile tests with configs that do not enable ARCH_MEDIATEK. Signed-off-by: Damien Le Moal Reviewed-by: Hannes Reinecke --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 47b7b69b88b12..305718031a3cb 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -206,7 +206,7 @@ config AHCI_CEVA config AHCI_MTK tristate "MediaTek AHCI SATA support" - depends on ARCH_MEDIATEK + depends on ARCH_MEDIATEK || COMPILE_TEST select MFD_SYSCON select SATA_HOST help