From: Damien Le Moal Date: Tue, 4 Jan 2022 06:31:34 +0000 (+0900) Subject: ata: pata_imx: add compile test support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7dc3c053bddf735b305bacfc620aa5cf6874ffe6;p=linux.git ata: pata_imx: add compile test support Add Kconfig dependendy on COMPILE_TEST to allow compile tests with configs that do not enable ARCH_MXC. Signed-off-by: Damien Le Moal Reviewed-by: Hannes Reinecke --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index f0e59ab5c11fa..a07cbc46ee605 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -748,7 +748,7 @@ config PATA_ICSIDE config PATA_IMX tristate "PATA support for Freescale iMX" - depends on ARCH_MXC + depends on ARCH_MXC || COMPILE_TEST select PATA_TIMINGS help This option enables support for the PATA host available on Freescale