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

ata: pata_cs5535: add compile test support

Add Kconfig dependendy on X86_64 && COMPILE_TEST to allow compile tests
with configs that do not have X86_32 enabled on X86_64 hosts.

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
··· 637 637 638 638 config PATA_CS5535 639 639 tristate "CS5535 PATA support (Experimental)" 640 - depends on PCI && X86_32 640 + depends on PCI && (X86_32 || (X86_64 && COMPILE_TEST)) 641 641 help 642 642 This option enables support for the NatSemi/AMD CS5535 643 643 companion chip used with the Geode processor family.