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

Commit 19406d7d authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Tejun Heo
Browse files

ata: pata_at91: depend on !ARCH_MULTIPLATFORM



Until the driver is corrected to stop using mach/at91isam9_smc.h, it won't
compile in a ARCH_MULTIPLATFORM configuration.

Suggested-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 46319e13
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -835,6 +835,7 @@ config PATA_AT32
config PATA_AT91
	tristate "PATA support for AT91SAM9260"
	depends on ARM && SOC_AT91SAM9
	depends on !ARCH_MULTIPLATFORM
	help
	  This option enables support for IDE devices on the Atmel AT91SAM9260 SoC.