Skip to content

Commit dc5d7b3

Browse files
author
Damien Le Moal
committed
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 <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]>
1 parent 9c2fd3f commit dc5d7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ata/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ config PATA_CS5530
637637

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

0 commit comments

Comments
 (0)