Commit dc5d7b3c authored by Damien Le Moal's avatar Damien Le Moal
Browse files

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: default avatarDamien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: default avatarHannes Reinecke <hare@suse.de>
parent 9c2fd3fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -637,7 +637,7 @@ config PATA_CS5530

config PATA_CS5535
	tristate "CS5535 PATA support (Experimental)"
	depends on PCI && X86_32
	depends on PCI && (X86_32 || (X86_64 && COMPILE_TEST))
	help
	  This option enables support for the NatSemi/AMD CS5535
	  companion chip used with the Geode processor family.