Skip to content

Commit 34cbf89

Browse files
committed
Merge tag 'ata-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata
Pull ATA fix from Damien Le Moal: "A single fix to prevent building the pata_cs5535 driver with user mode linux as it uses msr operations that are not defined with UML" * tag 'ata-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata: ata: pata_cs5535: Don't build on UML
2 parents 97ec4d5 + 22eebaa commit 34cbf89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ata/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ config PATA_CS5530
640640
config PATA_CS5535
641641
tristate "CS5535 PATA support (Experimental)"
642642
depends on PCI && (X86_32 || (X86_64 && COMPILE_TEST))
643+
depends on !UML
643644
help
644645
This option enables support for the NatSemi/AMD CS5535
645646
companion chip used with the Geode processor family.

0 commit comments

Comments
 (0)