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

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: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>

+1 -1
+1 -1
drivers/ata/Kconfig
··· 969 969 970 970 config PATA_PXA 971 971 tristate "PXA DMA-capable PATA support" 972 - depends on ARCH_PXA 972 + depends on ARCH_PXA || COMPILE_TEST 973 973 help 974 974 This option enables support for harddrive attached to PXA CPU's bus. 975 975