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: v6.1-rc5~2147^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28a53d3160acd7e44a39a146da20e3e672fb0d96;p=platform%2Fkernel%2Flinux-starfive.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 47b7b69..3057180 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