Commit 7767c73a authored by Damien Le Moal's avatar Damien Le Moal
Browse files

ata: pata_pxa: add compile test support



Add Kconfig dependendy on COMPILE_TEST to allow compile tests with
configs that do not enable ARCH_PXA.

Signed-off-by: default avatarDamien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: default avatarHannes Reinecke <hare@suse.de>
parent 7dc3c053
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -969,7 +969,7 @@ config PATA_VIA

config PATA_PXA
	tristate "PXA DMA-capable PATA support"
	depends on ARCH_PXA
	depends on ARCH_PXA || COMPILE_TEST
	help
	  This option enables support for harddrive attached to PXA CPU's bus.