Skip to content

Commit 7dc3c05

Browse files
author
Damien Le Moal
committed
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 <damien.lemoal@opensource.wdc.com> Reviewed-by: Hannes Reinecke <hare@suse.de>
1 parent 2aa5667 commit 7dc3c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ata/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ config PATA_ICSIDE
748748

749749
config PATA_IMX
750750
tristate "PATA support for Freescale iMX"
751-
depends on ARCH_MXC
751+
depends on ARCH_MXC || COMPILE_TEST
752752
select PATA_TIMINGS
753753
help
754754
This option enables support for the PATA host available on Freescale

0 commit comments

Comments
 (0)