projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46319e1
)
ata: pata_at91: depend on !ARCH_MULTIPLATFORM
author
Alexandre Belloni
<alexandre.belloni@free-electrons.com>
Tue, 13 Jan 2015 18:25:17 +0000
(19:25 +0100)
committer
Tejun Heo
<tj@kernel.org>
Tue, 13 Jan 2015 20:56:02 +0000
(15:56 -0500)
Until the driver is corrected to stop using mach/at91isam9_smc.h, it won't
compile in a ARCH_MULTIPLATFORM configuration.
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/Kconfig
b/drivers/ata/Kconfig
index a3a13605a9c42d13baed5746f9f1bfb9bc30536c..5f601553b9b043fff9ac80552ab55dbc4173c714 100644
(file)
--- a/
drivers/ata/Kconfig
+++ b/
drivers/ata/Kconfig
@@
-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.