Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 -1
+1 -1
drivers/ata/Kconfig
··· 748 748 749 749 config PATA_IMX 750 750 tristate "PATA support for Freescale iMX" 751 - depends on ARCH_MXC 751 + depends on ARCH_MXC || COMPILE_TEST 752 752 select PATA_TIMINGS 753 753 help 754 754 This option enables support for the PATA host available on Freescale