projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59a75ce
)
ata: sata_dwc_460ex: select only core part of DMA driver
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Tue, 26 Apr 2016 09:03:07 +0000
(12:03 +0300)
committer
Tejun Heo
<tj@kernel.org>
Tue, 10 May 2016 16:29:18 +0000
(12:29 -0400)
There is no need to have a platform driver compiled since the DMA driver is
used as a library.
Tested-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.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 5083f85efea76edb7f2968ffa967becbf4d4943a..0f528d332ece9ee4ee9a5d715953dbf079d4acd8 100644
(file)
--- a/
drivers/ata/Kconfig
+++ b/
drivers/ata/Kconfig
@@
-306,7
+306,7
@@
config ATA_PIIX
config SATA_DWC
tristate "DesignWare Cores SATA support"
depends on 460EX
- select DW_DMAC
+ select DW_DMAC
_CORE
help
This option enables support for the on-chip SATA controller of the
AppliedMicro processor 460EX.