Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 840aa787 authored by Jean Delvare's avatar Jean Delvare Committed by Tejun Heo
Browse files

ata: Fix SC1200 dependencies



The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are only needed on this architecture, except for build
testing purpose.

Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 761a8c27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -683,7 +683,7 @@ config PATA_RDC

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